From aa0a021c977d05872b6584d3120e874690f5d3e6 Mon Sep 17 00:00:00 2001 From: Andrey Falaleev Date: Wed, 1 Jun 2022 15:55:38 +0400 Subject: [PATCH] Add explorer and icon for Neon networks (#1113) * Add explorer and icon for Neon networks * Separated explorer URLs for different Neon networks. --- _data/chains/eip155-245022926.json | 16 +++++++++++++--- _data/chains/eip155-245022934.json | 14 ++++++++++++-- _data/chains/eip155-245022940.json | 14 ++++++++++++-- _data/icons/neon.json | 8 ++++++++ 4 files changed, 45 insertions(+), 7 deletions(-) create mode 100644 _data/icons/neon.json diff --git a/_data/chains/eip155-245022926.json b/_data/chains/eip155-245022926.json index 4a6d7188..51ba4a0a 100644 --- a/_data/chains/eip155-245022926.json +++ b/_data/chains/eip155-245022926.json @@ -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" + }] } diff --git a/_data/chains/eip155-245022934.json b/_data/chains/eip155-245022934.json index 1b1f65b0..63332387 100644 --- a/_data/chains/eip155-245022934.json +++ b/_data/chains/eip155-245022934.json @@ -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" + }] } diff --git a/_data/chains/eip155-245022940.json b/_data/chains/eip155-245022940.json index 6cd464f2..81be9021 100644 --- a/_data/chains/eip155-245022940.json +++ b/_data/chains/eip155-245022940.json @@ -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" + }] } diff --git a/_data/icons/neon.json b/_data/icons/neon.json new file mode 100644 index 00000000..0102561b --- /dev/null +++ b/_data/icons/neon.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://Qmcxevb3v8PEvnvfYgcG3bCBuPhe5YAdsHeaufDChSSR3Q", + "width":512, + "height":512, + "format":"png" + } +]