urls updated (#1393)

This commit is contained in:
Dmitry Miroshnichenko 2022-07-30 21:15:37 +03:00 committed by GitHub
parent e5770daec8
commit 39ac26299b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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