mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@aa0a021c97 🚀
This commit is contained in:
parent
c94e21dc7d
commit
5ae1e71f12
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user