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@e5770daec8 🚀
This commit is contained in:
parent
06346b5948
commit
789a4f8bdf
File diff suppressed because one or more lines are too long
|
@ -2,10 +2,10 @@
|
|||
"name": "Neon EVM DevNet",
|
||||
"chain": "Solana",
|
||||
"rpc": [
|
||||
"https://devnet.neonevm.org"
|
||||
"https://proxy.devnet.neonlabs.org/solana"
|
||||
],
|
||||
"faucets": [
|
||||
"https://neonfaucet.org"
|
||||
"https://neonswap.live/#/get-tokens"
|
||||
],
|
||||
"icon": "neon",
|
||||
"nativeCurrency": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "Neon EVM MainNet",
|
||||
"chain": "Solana",
|
||||
"rpc": [
|
||||
"https://mainnet.neonevm.org"
|
||||
"https://proxy.mainnet.neonlabs.org/solana"
|
||||
],
|
||||
"faucets": [],
|
||||
"icon": "neon",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "Neon EVM TestNet",
|
||||
"chain": "Solana",
|
||||
"rpc": [
|
||||
"https://testnet.neonevm.org"
|
||||
"https://proxy.testnet.neonlabs.org/solana"
|
||||
],
|
||||
"faucets": [],
|
||||
"icon": "neon",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -5650,8 +5650,8 @@
|
|||
"symbol": "NEON",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://devnet.neonevm.org"],
|
||||
"faucets": ["https://neonfaucet.org"],
|
||||
"rpc": ["https://proxy.devnet.neonlabs.org/solana"],
|
||||
"faucets": ["https://neonswap.live/#/get-tokens"],
|
||||
"infoURL": "https://neon-labs.org"
|
||||
}, {
|
||||
"name": "Neon EVM MainNet",
|
||||
|
@ -5663,7 +5663,7 @@
|
|||
"symbol": "NEON",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://mainnet.neonevm.org"],
|
||||
"rpc": ["https://proxy.mainnet.neonlabs.org/solana"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://neon-labs.org"
|
||||
}, {
|
||||
|
@ -5676,7 +5676,7 @@
|
|||
"symbol": "NEON",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://testnet.neonevm.org"],
|
||||
"rpc": ["https://proxy.testnet.neonlabs.org/solana"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://neon-labs.org"
|
||||
}, {
|
||||
|
|
|
@ -8079,8 +8079,8 @@
|
|||
}, {
|
||||
"name": "Neon EVM DevNet",
|
||||
"chain": "Solana",
|
||||
"rpc": ["https://devnet.neonevm.org"],
|
||||
"faucets": ["https://neonfaucet.org"],
|
||||
"rpc": ["https://proxy.devnet.neonlabs.org/solana"],
|
||||
"faucets": ["https://neonswap.live/#/get-tokens"],
|
||||
"icon": "neon",
|
||||
"nativeCurrency": {
|
||||
"name": "Neon",
|
||||
|
@ -8103,7 +8103,7 @@
|
|||
}, {
|
||||
"name": "Neon EVM MainNet",
|
||||
"chain": "Solana",
|
||||
"rpc": ["https://mainnet.neonevm.org"],
|
||||
"rpc": ["https://proxy.mainnet.neonlabs.org/solana"],
|
||||
"faucets": [],
|
||||
"icon": "neon",
|
||||
"nativeCurrency": {
|
||||
|
@ -8127,7 +8127,7 @@
|
|||
}, {
|
||||
"name": "Neon EVM TestNet",
|
||||
"chain": "Solana",
|
||||
"rpc": ["https://testnet.neonevm.org"],
|
||||
"rpc": ["https://proxy.testnet.neonlabs.org/solana"],
|
||||
"faucets": [],
|
||||
"icon": "neon",
|
||||
"nativeCurrency": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user