We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68bd9e commit 96b9841Copy full SHA for 96b9841
foundry.toml
@@ -77,6 +77,6 @@ linea = { key="${ETHERSCAN_API_KEY_LINEA}", chain = 59144 }
77
sonic = { key="${ETHERSCAN_API_KEY_SONIC}", chain = 146 }
78
celo = { key="${ETHERSCAN_API_KEY_CELO}", chain = 42220 }
79
soneium = { key="any", chainId=1868, url='https://soneium.blockscout.com/api' }
80
-plasma = { key="any", chainId=9745 }
+plasma = { key="any", chainId=9745, url='https://api.routescan.io/v2/network/mainnet/evm/9745/etherscan/api' }
81
82
# See more config options https://github.com/gakonst/foundry/tree/master/config
0 commit comments