forked from Uniswap/hooklist
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchains.json
More file actions
18 lines (18 loc) · 1.86 KB
/
chains.json
File metadata and controls
18 lines (18 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"ethereum": { "chainId": 1, "explorer": "etherscan", "explorerUrl": "https://api.etherscan.io/v2/api?chainid=1" },
"unichain": { "chainId": 130, "explorer": "etherscan", "explorerUrl": "https://api.etherscan.io/v2/api?chainid=130" },
"base": { "chainId": 8453, "explorer": "etherscan", "explorerUrl": "https://api.etherscan.io/v2/api?chainid=8453" },
"arbitrum": { "chainId": 42161, "explorer": "etherscan", "explorerUrl": "https://api.etherscan.io/v2/api?chainid=42161" },
"optimism": { "chainId": 10, "explorer": "etherscan", "explorerUrl": "https://api.etherscan.io/v2/api?chainid=10" },
"polygon": { "chainId": 137, "explorer": "etherscan", "explorerUrl": "https://api.etherscan.io/v2/api?chainid=137" },
"blast": { "chainId": 81457, "explorer": "etherscan", "explorerUrl": "https://api.etherscan.io/v2/api?chainid=81457" },
"worldchain": { "chainId": 480, "explorer": "etherscan", "explorerUrl": "https://api.etherscan.io/v2/api?chainid=480" },
"avalanche": { "chainId": 43114, "explorer": "routescan", "explorerUrl": "https://api.routescan.io/v2/network/mainnet/evm/43114/etherscan/api" },
"bnb": { "chainId": 56, "explorer": "etherscan", "explorerUrl": "https://api.etherscan.io/v2/api?chainid=56" },
"celo": { "chainId": 42220, "explorer": "etherscan", "explorerUrl": "https://api.etherscan.io/v2/api?chainid=42220" },
"zora": { "chainId": 7777777, "explorer": "blockscout", "explorerUrl": "https://explorer.zora.energy/api" },
"ink": { "chainId": 57073, "explorer": "blockscout", "explorerUrl": "https://explorer.inkonchain.com/api" },
"soneium": { "chainId": 1868, "explorer": "blockscout", "explorerUrl": "https://soneium.blockscout.com/api" },
"monad": { "chainId": 143, "explorer": "etherscan", "explorerUrl": "https://api.etherscan.io/v2/api?chainid=143" },
"tempo": { "chainId": 4217, "explorer": "sourcify", "explorerUrl": "https://contracts.tempo.xyz" }
}