Add explorer and icon for Neon networks (#1113)

* Add explorer and icon for Neon networks

* Separated explorer URLs for different Neon networks.
This commit is contained in:
Andrey Falaleev 2022-06-01 15:55:38 +04:00 committed by GitHub
parent c82b0f6d64
commit aa0a021c97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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://devnet.explorer.neon-labs.org",
"standard": "EIP3091"
}, {
"name": "neonscan",
"url": "https://devnet.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://mainnet.explorer.neon-labs.org",
"standard": "EIP3091"
}, {
"name": "neonscan",
"url": "https://mainnet.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://testnet.explorer.neon-labs.org",
"standard": "EIP3091"
}, {
"name": "neonscan",
"url": "https://testnet.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"
}
]