Deploying to gh-pages from @ ethereum-lists/chains@39ac26299b 🚀

This commit is contained in:
ligi 2022-07-30 18:19:23 +00:00
parent 6a0cef8e39
commit 06346b5948
9 changed files with 85 additions and 14 deletions

File diff suppressed because one or more lines are too long

View File

@ -2,10 +2,10 @@
"name": "Neon EVM DevNet",
"chain": "Solana",
"rpc": [
"https://proxy.devnet.neonlabs.org/solana"
"https://devnet.neonevm.org"
],
"faucets": [
"https://neonswap.live/#/get-tokens"
"https://neonfaucet.org"
],
"icon": "neon",
"nativeCurrency": {

View File

@ -2,7 +2,7 @@
"name": "Neon EVM MainNet",
"chain": "Solana",
"rpc": [
"https://proxy.mainnet.neonlabs.org/solana"
"https://mainnet.neonevm.org"
],
"faucets": [],
"icon": "neon",

View File

@ -2,7 +2,7 @@
"name": "Neon EVM TestNet",
"chain": "Solana",
"rpc": [
"https://proxy.testnet.neonlabs.org/solana"
"https://testnet.neonevm.org"
],
"faucets": [],
"icon": "neon",

30
chains/eip155-42170.json Normal file
View File

@ -0,0 +1,30 @@
{
"name": "Arbitrum Nova",
"chainId": 42170,
"shortName": "arb-nova",
"chain": "ETH",
"networkId": 42170,
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"rpc": [
"https://nova.arbitrum.io/rpc"
],
"faucets": [],
"explorers": [
{
"name": "Arbitrum Nova Chain Explorer",
"url": "https://nova-explorer.arbitrum.io",
"icon": "blockscout",
"standard": "EIP3091"
}
],
"infoURL": "https://arbitrum.io",
"parent": {
"type" : "L2",
"chain": "eip155-1",
"bridges": [ {"url":"https://bridge.arbitrum.io"} ]
}
}

File diff suppressed because one or more lines are too long

View File

@ -4392,6 +4392,19 @@
"rpc": ["https://arbitrum-mainnet.infura.io/v3/${INFURA_API_KEY}", "https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}", "https://arb1.arbitrum.io/rpc"],
"faucets": [],
"infoURL": "https://arbitrum.io"
}, {
"name": "Arbitrum Nova",
"chainId": 42170,
"shortName": "arb-nova",
"networkId": 42170,
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"rpc": ["https://nova.arbitrum.io/rpc"],
"faucets": [],
"infoURL": "https://arbitrum.io"
}, {
"name": "Celo Mainnet",
"chainId": 42220,
@ -5637,8 +5650,8 @@
"symbol": "NEON",
"decimals": 18
},
"rpc": ["https://proxy.devnet.neonlabs.org/solana"],
"faucets": ["https://neonswap.live/#/get-tokens"],
"rpc": ["https://devnet.neonevm.org"],
"faucets": ["https://neonfaucet.org"],
"infoURL": "https://neon-labs.org"
}, {
"name": "Neon EVM MainNet",
@ -5650,7 +5663,7 @@
"symbol": "NEON",
"decimals": 18
},
"rpc": ["https://proxy.mainnet.neonlabs.org/solana"],
"rpc": ["https://mainnet.neonevm.org"],
"faucets": [],
"infoURL": "https://neon-labs.org"
}, {
@ -5663,7 +5676,7 @@
"symbol": "NEON",
"decimals": 18
},
"rpc": ["https://proxy.testnet.neonlabs.org/solana"],
"rpc": ["https://testnet.neonevm.org"],
"faucets": [],
"infoURL": "https://neon-labs.org"
}, {

View File

@ -6224,6 +6224,33 @@
"url": "https://bridge.arbitrum.io"
}]
}
}, {
"name": "Arbitrum Nova",
"chainId": 42170,
"shortName": "arb-nova",
"chain": "ETH",
"networkId": 42170,
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"rpc": ["https://nova.arbitrum.io/rpc"],
"faucets": [],
"explorers": [{
"name": "Arbitrum Nova Chain Explorer",
"url": "https://nova-explorer.arbitrum.io",
"icon": "blockscout",
"standard": "EIP3091"
}],
"infoURL": "https://arbitrum.io",
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [{
"url": "https://bridge.arbitrum.io"
}]
}
}, {
"name": "Celo Mainnet",
"chainId": 42220,
@ -8052,8 +8079,8 @@
}, {
"name": "Neon EVM DevNet",
"chain": "Solana",
"rpc": ["https://proxy.devnet.neonlabs.org/solana"],
"faucets": ["https://neonswap.live/#/get-tokens"],
"rpc": ["https://devnet.neonevm.org"],
"faucets": ["https://neonfaucet.org"],
"icon": "neon",
"nativeCurrency": {
"name": "Neon",
@ -8076,7 +8103,7 @@
}, {
"name": "Neon EVM MainNet",
"chain": "Solana",
"rpc": ["https://proxy.mainnet.neonlabs.org/solana"],
"rpc": ["https://mainnet.neonevm.org"],
"faucets": [],
"icon": "neon",
"nativeCurrency": {
@ -8100,7 +8127,7 @@
}, {
"name": "Neon EVM TestNet",
"chain": "Solana",
"rpc": ["https://proxy.testnet.neonlabs.org/solana"],
"rpc": ["https://testnet.neonevm.org"],
"faucets": [],
"icon": "neon",
"nativeCurrency": {

View File

@ -337,6 +337,7 @@
"nrg": "eip155:39797",
"PC": "eip155:42069",
"arb1": "eip155:42161",
"arb-nova": "eip155:42170",
"CELO": "eip155:42220",
"emerald": "eip155:42261",
"oasis": "eip155:42262",