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 <kralonur1998@gmail.com>
This commit is contained in:
NeuroChainAi 2023-05-20 01:07:41 +03:00 committed by GitHub
parent 0ff0f4e0f7
commit 965085a719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 61 additions and 0 deletions

View File

@ -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"
}
]
}

View File

@ -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"
}
]
}

View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qmc9zDWXar67cMUodp28mbN5pnwbVibxGXhwa8YCDvxmTR",
"width": 62,
"height": 59,
"format": "svg"
}
]