Skip to content

Commit

Permalink
support optimism
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 committed Apr 2, 2024
1 parent d4126e4 commit 69ace06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ CREATE3Factory:
- ethereum
- polygon
- mantle
- optimism
2 changes: 2 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ polygon = "https://polygon-rpc.com"
ethereum = "https://mainnet.infura.io/v3/${INFURA_KEY}"
mantle = "https://rpc.mantle.xyz"
blast = "https://rpc.blast.io"
optimism = "https://optimism-mainnet.infura.io/v3/${INFURA_KEY}"

[etherscan]
blast = { key = "${ETHERSCAN_BLAST_KEY}", url = "https://api.blastscan.io/api"}
Expand All @@ -35,3 +36,4 @@ arbitrum-sepolia = { key = "${ETHERSCAN_ARBITRUM_KEY}" }
darwinia = { key = "${ETHERSCAN_DARWINIA_KEY}", url = "https://darwinia.api.subscan.io/api/scan/evm/contract/verifysource" }
pangolin = { key = "${ETHERSCAN_DARWINIA_KEY}", url = "https://pangolin.api.subscan.io/api/scan/evm/contract/verifysource" }
crab = { key = "${ETHERSCAN_DARWINIA_KEY}", url = "https://crab.api.subscan.io/api/scan/evm/contract/verifysource" }
optimism = { key = "${ETHERSCAN_OPTIMISM_KEY}" }

0 comments on commit 69ace06

Please sign in to comment.