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

This commit is contained in:
ligi 2022-06-01 11:59:14 +00:00
parent c94e21dc7d
commit 5ae1e71f12
4 changed files with 41 additions and 11 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5015,7 +5015,7 @@
},
"rpc": ["https://proxy.devnet.neonlabs.org/solana"],
"faucets": ["https://neonswap.live/#/get-tokens"],
"infoURL": "https://neon-labs.org/"
"infoURL": "https://neon-labs.org"
}, {
"name": "Neon EVM MainNet",
"chainId": 245022934,
@ -5028,7 +5028,7 @@
},
"rpc": ["https://proxy.mainnet.neonlabs.org/solana"],
"faucets": [],
"infoURL": "https://neon-labs.org/"
"infoURL": "https://neon-labs.org"
}, {
"name": "Neon EVM TestNet",
"chainId": 245022940,
@ -5041,7 +5041,7 @@
},
"rpc": ["https://proxy.testnet.neonlabs.org/solana"],
"faucets": [],
"infoURL": "https://neon-labs.org/"
"infoURL": "https://neon-labs.org"
}, {
"name": "OneLedger Mainnet",
"chainId": 311752642,

View File

@ -7058,43 +7058,73 @@
"chain": "Solana",
"rpc": ["https://proxy.devnet.neonlabs.org/solana"],
"faucets": ["https://neonswap.live/#/get-tokens"],
"icon": "neon",
"nativeCurrency": {
"name": "Neon",
"symbol": "NEON",
"decimals": 18
},
"infoURL": "https://neon-labs.org/",
"infoURL": "https://neon-labs.org",
"shortName": "neonevm-devnet",
"chainId": 245022926,
"networkId": 245022926
"networkId": 245022926,
"explorers": [{
"name": "native",
"url": "https://devnet.explorer.neon-labs.org",
"standard": "EIP3091"
}, {
"name": "neonscan",
"url": "https://devnet.neonscan.org",
"standard": "EIP3091"
}]
}, {
"name": "Neon EVM MainNet",
"chain": "Solana",
"rpc": ["https://proxy.mainnet.neonlabs.org/solana"],
"faucets": [],
"icon": "neon",
"nativeCurrency": {
"name": "Neon",
"symbol": "NEON",
"decimals": 18
},
"infoURL": "https://neon-labs.org/",
"infoURL": "https://neon-labs.org",
"shortName": "neonevm-mainnet",
"chainId": 245022934,
"networkId": 245022934
"networkId": 245022934,
"explorers": [{
"name": "native",
"url": "https://mainnet.explorer.neon-labs.org",
"standard": "EIP3091"
}, {
"name": "neonscan",
"url": "https://mainnet.neonscan.org",
"standard": "EIP3091"
}]
}, {
"name": "Neon EVM TestNet",
"chain": "Solana",
"rpc": ["https://proxy.testnet.neonlabs.org/solana"],
"faucets": [],
"icon": "neon",
"nativeCurrency": {
"name": "Neon",
"symbol": "NEON",
"decimals": 18
},
"infoURL": "https://neon-labs.org/",
"infoURL": "https://neon-labs.org",
"shortName": "neonevm-testnet",
"chainId": 245022940,
"networkId": 245022940
"networkId": 245022940,
"explorers": [{
"name": "native",
"url": "https://testnet.explorer.neon-labs.org",
"standard": "EIP3091"
}, {
"name": "neonscan",
"url": "https://testnet.neonscan.org",
"standard": "EIP3091"
}]
}, {
"name": "OneLedger Mainnet",
"chain": "OLT",