-
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.
chore: Update deployment scripts to be configurable for mainnet or te…
…stnet chains (#31)
- Loading branch information
1 parent
f118304
commit abb3821
Showing
4 changed files
with
54 additions
and
11 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 +1,10 @@ | ||
PRIVATE_KEY=yourprivatekeyhere | ||
CONTRACT_KEY=yourkeyhere | ||
MAINNET=FALSE | ||
OJO_CONTRACT_ADDRESS=0x0 | ||
AXELAR_GAS_RECEIVER_ADDRESS=0x2d5d7d31F671F86C782533cc367F14109a082712 | ||
CREATE2_DEPLOYER_ADDRESS=0x98b2920d53612483f91f12ed7754e51b4a77919e | ||
OJO_CHAIN=ojo | ||
OJO_ADDRESS=ojo1es9mhmnunh208ucwq8rlrl97hqulxrz8k37dcu | ||
RESOLVE_WINDOW=7200 | ||
ASSET_LIMIT=5 |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[ | ||
{ | ||
"name": "Abritrum", | ||
"chainId": 42161, | ||
"gateway": "0xe432150cce91c13a887f7D836923d5597adD8E31", | ||
"rpc": "https://arbitrum-mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161", | ||
"tokenSymbol": "ETH" | ||
}, | ||
{ | ||
"name": "Optimism", | ||
"chainId": 10, | ||
"gateway": "0xe432150cce91c13a887f7D836923d5597adD8E31", | ||
"rpc": "https://optimism-mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161", | ||
"tokenSymbol": "ETH" | ||
}, | ||
{ | ||
"name": "Base", | ||
"chainId": 8453, | ||
"gateway": "0xe432150cce91c13a887f7D836923d5597adD8E31", | ||
"rpc": "https://developer-access-mainnet.base.org", | ||
"tokenSymbol": "ETH" | ||
} | ||
] |
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