From 965085a7199b59f155b3262b10a4050dfa53581b Mon Sep 17 00:00:00 2001 From: NeuroChainAi <128803953+NeuroChainAi@users.noreply.github.com> Date: Sat, 20 May 2023 01:07:41 +0300 Subject: [PATCH] Add eip155-303 and eip155-313 (#2861) * neurochain * fix: icon size * style: update styling of json files * style: new line at the end of icon * style: format icon --------- Co-authored-by: kralonur --- _data/chains/eip155-303.json | 25 +++++++++++++++++++++++++ _data/chains/eip155-313.json | 28 ++++++++++++++++++++++++++++ _data/icons/neurochain.json | 8 ++++++++ 3 files changed, 61 insertions(+) create mode 100644 _data/chains/eip155-303.json create mode 100644 _data/chains/eip155-313.json create mode 100644 _data/icons/neurochain.json diff --git a/_data/chains/eip155-303.json b/_data/chains/eip155-303.json new file mode 100644 index 00000000..160a8819 --- /dev/null +++ b/_data/chains/eip155-303.json @@ -0,0 +1,25 @@ +{ + "name": "Neurochain Testnet", + "chain": "NCN", + "rpc": ["https://nc-rpc-test1.neurochain.io"], + "faucets": [], + "nativeCurrency": { + "name": "Neurochain", + "symbol": "tNCN", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://www.neurochain.ai", + "shortName": "ncnt", + "chainId": 303, + "networkId": 303, + "icon": "neurochain", + "explorers": [ + { + "name": "neuroscan", + "url": "https://testnet.ncnscan.com", + "icon": "neurochain", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-313.json b/_data/chains/eip155-313.json new file mode 100644 index 00000000..e6e6c4bb --- /dev/null +++ b/_data/chains/eip155-313.json @@ -0,0 +1,28 @@ +{ + "name": "Neurochain Mainnet", + "chain": "NCN", + "rpc": [ + "https://nc-rpc-prd1.neurochain.io", + "https://nc-rpc-prd2.neurochain.io" + ], + "faucets": [], + "nativeCurrency": { + "name": "Neurochain", + "symbol": "NCN", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://www.neurochain.ai", + "shortName": "ncn", + "chainId": 313, + "networkId": 313, + "icon": "neurochain", + "explorers": [ + { + "name": "neuroscan", + "url": "https://ncnscan.com", + "icon": "neurochain", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/neurochain.json b/_data/icons/neurochain.json new file mode 100644 index 00000000..b0d565ee --- /dev/null +++ b/_data/icons/neurochain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://Qmc9zDWXar67cMUodp28mbN5pnwbVibxGXhwa8YCDvxmTR", + "width": 62, + "height": 59, + "format": "svg" + } +]