mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@965085a719 🚀
This commit is contained in:
parent
d08b8e7d2c
commit
48c835d754
|
@ -734,6 +734,14 @@
|
|||
"height": 512,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "neurochain",
|
||||
"icons": [{
|
||||
"url": "ipfs://Qmc9zDWXar67cMUodp28mbN5pnwbVibxGXhwa8YCDvxmTR",
|
||||
"width": 62,
|
||||
"height": 59,
|
||||
"format": "svg"
|
||||
}]
|
||||
}, {
|
||||
"name": "shyft",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
25
chains/eip155-303.json
Normal file
25
chains/eip155-303.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
28
chains/eip155-313.json
Normal file
28
chains/eip155-313.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -2390,6 +2390,19 @@
|
|||
"rpc": ["https://bobaopera.boba.network", "wss://wss.bobaopera.boba.network", "https://replica.bobaopera.boba.network", "wss://replica-wss.bobaopera.boba.network"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://boba.network"
|
||||
}, {
|
||||
"name": "Neurochain Testnet",
|
||||
"chainId": 303,
|
||||
"shortName": "ncnt",
|
||||
"networkId": 303,
|
||||
"nativeCurrency": {
|
||||
"name": "Neurochain",
|
||||
"symbol": "tNCN",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://nc-rpc-test1.neurochain.io"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.neurochain.ai"
|
||||
}, {
|
||||
"name": "Omax Mainnet",
|
||||
"chainId": 311,
|
||||
|
@ -2403,6 +2416,19 @@
|
|||
"rpc": ["https://mainapi.omaxray.com"],
|
||||
"faucets": ["https://faucet.omaxray.com/"],
|
||||
"infoURL": "https://www.omaxcoin.com/"
|
||||
}, {
|
||||
"name": "Neurochain Mainnet",
|
||||
"chainId": 313,
|
||||
"shortName": "ncn",
|
||||
"networkId": 313,
|
||||
"nativeCurrency": {
|
||||
"name": "Neurochain",
|
||||
"symbol": "NCN",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://nc-rpc-prd1.neurochain.io", "https://nc-rpc-prd2.neurochain.io"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.neurochain.ai"
|
||||
}, {
|
||||
"name": "Filecoin - Mainnet",
|
||||
"chainId": 314,
|
||||
|
|
|
@ -3555,6 +3555,32 @@
|
|||
"url": "https://blockexplorer.bobaopera.boba.network",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"name": "Omax Mainnet",
|
||||
"chain": "OMAX Chain",
|
||||
|
@ -3576,6 +3602,32 @@
|
|||
"icon": "omaxray",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"name": "Filecoin - Mainnet",
|
||||
"chain": "FIL",
|
||||
|
|
8
icons/neurochain.json
Normal file
8
icons/neurochain.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://Qmc9zDWXar67cMUodp28mbN5pnwbVibxGXhwa8YCDvxmTR",
|
||||
"width": 62,
|
||||
"height": 59,
|
||||
"format": "svg"
|
||||
}
|
||||
]
|
File diff suppressed because one or more lines are too long
|
@ -183,7 +183,9 @@
|
|||
"hedera-localnet": "eip155:298",
|
||||
"ogc": "eip155:300",
|
||||
"Bobaopera": "eip155:301",
|
||||
"ncnt": "eip155:303",
|
||||
"omax": "eip155:311",
|
||||
"ncn": "eip155:313",
|
||||
"filecoin": "eip155:314",
|
||||
"kcs": "eip155:321",
|
||||
"kcst": "eip155:322",
|
||||
|
|
Loading…
Reference in New Issue
Block a user