Add explorer and icon for Neon networks

This commit is contained in:
Andrew Falaleev 2022-04-27 11:59:38 +03:00
parent 0d32f008bc
commit 3e516d328a
4 changed files with 45 additions and 7 deletions

View File

@ -5,15 +5,25 @@
"https://proxy.devnet.neonlabs.org/solana"
],
"faucets": [
"https://neonswap.live/#/get-tokens"
"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://explorer.neon-labs.org",
"standard": "EIP3091"
}, {
"name": "neonscan",
"url": "https://neonscan.org",
"standard": "EIP3091"
}]
}

View File

@ -5,13 +5,23 @@
"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://explorer.neon-labs.org",
"standard": "EIP3091"
}, {
"name": "neonscan",
"url": "https://neonscan.org",
"standard": "EIP3091"
}]
}

View File

@ -5,13 +5,23 @@
"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://explorer.neon-labs.org",
"standard": "EIP3091"
}, {
"name": "neonscan",
"url": "https://neonscan.org",
"standard": "EIP3091"
}]
}

8
_data/icons/neon.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url":"ipfs://Qmcxevb3v8PEvnvfYgcG3bCBuPhe5YAdsHeaufDChSSR3Q",
"width":512,
"height":512,
"format":"png"
}
]