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"],
|
"rpc": ["https://proxy.devnet.neonlabs.org/solana"],
|
||||||
"faucets": ["https://neonswap.live/#/get-tokens"],
|
"faucets": ["https://neonswap.live/#/get-tokens"],
|
||||||
"infoURL": "https://neon-labs.org/"
|
"infoURL": "https://neon-labs.org"
|
||||||
}, {
|
}, {
|
||||||
"name": "Neon EVM MainNet",
|
"name": "Neon EVM MainNet",
|
||||||
"chainId": 245022934,
|
"chainId": 245022934,
|
||||||
|
@ -5028,7 +5028,7 @@
|
||||||
},
|
},
|
||||||
"rpc": ["https://proxy.mainnet.neonlabs.org/solana"],
|
"rpc": ["https://proxy.mainnet.neonlabs.org/solana"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://neon-labs.org/"
|
"infoURL": "https://neon-labs.org"
|
||||||
}, {
|
}, {
|
||||||
"name": "Neon EVM TestNet",
|
"name": "Neon EVM TestNet",
|
||||||
"chainId": 245022940,
|
"chainId": 245022940,
|
||||||
|
@ -5041,7 +5041,7 @@
|
||||||
},
|
},
|
||||||
"rpc": ["https://proxy.testnet.neonlabs.org/solana"],
|
"rpc": ["https://proxy.testnet.neonlabs.org/solana"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://neon-labs.org/"
|
"infoURL": "https://neon-labs.org"
|
||||||
}, {
|
}, {
|
||||||
"name": "OneLedger Mainnet",
|
"name": "OneLedger Mainnet",
|
||||||
"chainId": 311752642,
|
"chainId": 311752642,
|
||||||
|
|
|
@ -7058,43 +7058,73 @@
|
||||||
"chain": "Solana",
|
"chain": "Solana",
|
||||||
"rpc": ["https://proxy.devnet.neonlabs.org/solana"],
|
"rpc": ["https://proxy.devnet.neonlabs.org/solana"],
|
||||||
"faucets": ["https://neonswap.live/#/get-tokens"],
|
"faucets": ["https://neonswap.live/#/get-tokens"],
|
||||||
|
"icon": "neon",
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Neon",
|
"name": "Neon",
|
||||||
"symbol": "NEON",
|
"symbol": "NEON",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://neon-labs.org/",
|
"infoURL": "https://neon-labs.org",
|
||||||
"shortName": "neonevm-devnet",
|
"shortName": "neonevm-devnet",
|
||||||
"chainId": 245022926,
|
"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",
|
"name": "Neon EVM MainNet",
|
||||||
"chain": "Solana",
|
"chain": "Solana",
|
||||||
"rpc": ["https://proxy.mainnet.neonlabs.org/solana"],
|
"rpc": ["https://proxy.mainnet.neonlabs.org/solana"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
|
"icon": "neon",
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Neon",
|
"name": "Neon",
|
||||||
"symbol": "NEON",
|
"symbol": "NEON",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://neon-labs.org/",
|
"infoURL": "https://neon-labs.org",
|
||||||
"shortName": "neonevm-mainnet",
|
"shortName": "neonevm-mainnet",
|
||||||
"chainId": 245022934,
|
"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",
|
"name": "Neon EVM TestNet",
|
||||||
"chain": "Solana",
|
"chain": "Solana",
|
||||||
"rpc": ["https://proxy.testnet.neonlabs.org/solana"],
|
"rpc": ["https://proxy.testnet.neonlabs.org/solana"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
|
"icon": "neon",
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Neon",
|
"name": "Neon",
|
||||||
"symbol": "NEON",
|
"symbol": "NEON",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://neon-labs.org/",
|
"infoURL": "https://neon-labs.org",
|
||||||
"shortName": "neonevm-testnet",
|
"shortName": "neonevm-testnet",
|
||||||
"chainId": 245022940,
|
"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",
|
"name": "OneLedger Mainnet",
|
||||||
"chain": "OLT",
|
"chain": "OLT",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user