Skip to content

Commit

Permalink
feat: Optimism deployment (#94)
Browse files Browse the repository at this point in the history
* Add tcr deployment contracts

* Add avax config

* Update arbitror address

* Add avax config

* Update readme

* Fix linter

* Fix linter

* Update test url

* Update test url

* Fix tests build

* Fix tests build

* Improve deploy script

* Add optimism deployment

* Update verify script

* Fix prettier

* Fix deployments.md
  • Loading branch information
Agupane authored Jun 12, 2024
1 parent b787f4e commit 769d09b
Show file tree
Hide file tree
Showing 8 changed files with 1,135 additions and 66 deletions.
4 changes: 3 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ GNOSIS_URL=https://rpc.gnosischain.com/
POLYGON_URL=https://polygon-mainnet.infura.io/v3/
MUMBAI_URL=https://polygon-mumbai.infura.io/v3/
AVAX_URL=https://api.avax.network/ext/bc/C/rpc
OPTIMISM_URL=https://optimism-mainnet.infura.io/v3/
ETHERSCAN_API_KEY=
GNOSISSCAN_API_KEY=
ETHERSCAN_OPTIMISM_API_KEY=
ALCHEMY_ENDPOINT_URL=https://eth-goerli.alchemyapi.io/v2/<apiKey>
TENDERLY_PROJECT=""
TENDERLY_USERNAME=""
REPORT_GAS=true
RELAYER_ADDRESS=0x0F581D844fBd24E790af883Ed2c981172906cd75
RELAYER_ADDRESS=0x0F581D844fBd24E790af883Ed2c981172906cd75
Loading

0 comments on commit 769d09b

Please sign in to comment.