Skip to content

Commit

Permalink
feat(p2p/proxy_workshop): add .env example
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Leclerc committed Aug 6, 2024
1 parent a464513 commit 63ec01e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions p2p/6.Create_a_proxy/utils/.env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This is the private key of your account, you can get it in metamask
PRIVATE_KEY=
# This is the address of your account, the one associated with your private key
ADMIN_ADDRESS=
# Alchemy node url for ethereum sepolia network
RPC_URL=
# The address of your deployed ERC-1967 contract
PROXY=
# The address of the counter contract
CONTRACT_V1=
CONTRACT_V2=

0 comments on commit 63ec01e

Please sign in to comment.