-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathchains.json
More file actions
23 lines (23 loc) · 2.49 KB
/
Copy pathchains.json
File metadata and controls
23 lines (23 loc) · 2.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"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" },
"linea": { "chainId": 59144, "explorer": "etherscan", "explorerUrl": "https://api.etherscan.io/v2/api?chainid=59144" },
"monad": { "chainId": 143, "explorer": "etherscan", "explorerUrl": "https://api.etherscan.io/v2/api?chainid=143" },
"robinhood": { "chainId": 4663, "explorer": "blockscout", "explorerUrl": "https://robinhoodchain.blockscout.com/api" },
"megaeth": { "chainId": 4326, "explorer": "etherscan", "explorerUrl": "https://api.etherscan.io/v2/api?chainid=4326" },
"tempo": { "chainId": 4217, "explorer": "sourcify", "explorerUrl": "https://contracts.tempo.xyz" },
"xlayer": { "chainId": 196, "explorer": "okx", "explorerUrl": "https://web3.okx.com/api/v5/xlayer/contract/verify-contract-info?chainShortName=xlayer" },
"zksync": { "chainId": 324, "explorer": "zksync", "explorerUrl": "https://block-explorer-api.mainnet.zksync.io/api" }
}