-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: deploy factory into multiple chains (#1)
Deployed factory into Ethereum Mainnet, Optimistic Ethereum, Gnosis, Arbitrum, BNB, Arbitrum Goerli, Ethereum Goerli, and Mumbai --------- Co-authored-by: just-a-node <[email protected]> Co-authored-by: Sanchay Mittal <[email protected]>
- Loading branch information
1 parent
01350fd
commit 22b178b
Showing
14 changed files
with
484 additions
and
32 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,8 +1,11 @@ | ||
MAINNET_RPC= | ||
OPTIMISM_RPC= | ||
POLYGON_RPC= | ||
ARBITRUM_RPC= | ||
GNOSIS_RPC= | ||
BSC_RPC= | ||
GOERLI_RPC= | ||
|
||
ETHERSCAN_API_KEY= | ||
|
||
DEPLOYER_PRIVATE_KEY= | ||
DEPLOYER_PRIVATE_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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0xf4a2c2dff9465c9086fd3523b9bc55c126b393b0 | ||
0xc10fa06d401c05bce65b55efb1ef2158e55ff1d7 |