-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8e2c877
commit 7fb2df5
Showing
3 changed files
with
19 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,20 @@ | ||
PRIVATE_KEY= | ||
POLYSCAN_API_KEY= | ||
|
||
|
||
# RPCs | ||
SEPOLIA_RPC_URL= | ||
AVALANCHEFUJI_RPC_URL= | ||
|
||
# used in deployContracts.s.sol | ||
STADIUM_ADDRESS=0x1FBcd7D20155274DFD796343149D0FCA41338F14 | ||
# test addresses created locally -> need not to used in prod | ||
STADIUM_ADDRESS= | ||
SPARKN_DEV= | ||
|
||
# add prod env variables here | ||
# snowtrace api key | ||
SNOWTRACE_API_KEY= | ||
|
||
# prod addresses | ||
AVALANCHE_STADIUM_ADDRESS= | ||
|
||
# prod addresses | ||
AVALANCHE_RPC_URL= | ||
POLYSCAN_API_KEY= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters