diff --git a/_data/chains/eip155-42161.json b/_data/chains/eip155-42161.json new file mode 100644 index 00000000..0415deac --- /dev/null +++ b/_data/chains/eip155-42161.json @@ -0,0 +1,33 @@ +{ + "name": "Arbitrum One", + "chainId": 42161, + "shortName": "arb1", + "chain": "ETH", + "network": "mainnet", + "networkId": 42161, + "nativeCurrency": { + "name": "Ether", + "symbol": "AETH", + "decimals": 18 + }, + "rpc": [ + "https://mainnet.infura.io/v3/${INFURA_API_KEY}", + "https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}", + "https://arb1.arbitrum.io/rpc", + "wss://arb1.arbitrum.io/ws" + ], + "faucets": [], + "explorers": [ + { + "name": "Arbiscan", + "url": "https://arbiscan.io", + "standard": "EIP3091" + }, + { + "name": "Arbitrum Explorer", + "url": "https://explorer.arbitrum.io", + "standard": "EIP3091" + } + ], + "infoURL": "https://arbitrum.io" +}