mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Arbitrum mainnet (#277)
* Add Arbitrum mainnet * Update arbitrum one chain information
This commit is contained in:
parent
85c88b9f1e
commit
c804bec745
33
_data/chains/eip155-42161.json
Normal file
33
_data/chains/eip155-42161.json
Normal 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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user