Skip to content

Commit

Permalink
fix: remove gitignore .env.template
Browse files Browse the repository at this point in the history
  • Loading branch information
LouGel committed Aug 5, 2024
1 parent bfb815f commit fbd80d2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
KEYSTORE_PASSWORD=my_keystore_password
STARKNET_ACCOUNT=path/to/account.json
STARKNET_KEYSTORE=/path/to/keystore.json
DEPLOYER_ADDRESS=="0x to your account"


#mainet/testnet/devnet
STARKNET_RPC='http://0.0.0.0:5050'

#Nethermin juno rpc works perfectly but you can try another one ( not every rpc works)
#Here it's sepolia but can be main
FORK_URL='https://rpc.nethermind.io/sepolia-juno/?apikey=<YOUR_API_KEY>'

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keystore.json
__pycache__
env
.env
.env.*

test.*

# starknet
Expand Down

0 comments on commit fbd80d2

Please sign in to comment.