Add Arbitrum mainnet (#277)

* Add Arbitrum mainnet

* Update arbitrum one chain information
This commit is contained in:
fredlacs 2021-08-30 20:19:14 +01:00 committed by GitHub
parent 85c88b9f1e
commit c804bec745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}