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@36bb1e816c 🚀
This commit is contained in:
parent
3e9ac7ae86
commit
79ca782032
File diff suppressed because one or more lines are too long
22
chains/eip155-197.json
Normal file
22
chains/eip155-197.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "Neutrinos TestNet",
|
||||
"chain": "NEUTR",
|
||||
"rpc": ["https://testnet-rpc.neutrinoschain.com"],
|
||||
"faucets": ["https://neutrinoschain.com/faucet"],
|
||||
"nativeCurrency": {
|
||||
"name": "Neutrinos",
|
||||
"symbol": "NEUTR",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://docs.neutrinoschain.com",
|
||||
"shortName": "NEUTR",
|
||||
"chainId": 197,
|
||||
"networkId": 197,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "blockscout",
|
||||
"url": "https://testnet.neutrinoschain.com",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -1883,6 +1883,19 @@
|
|||
"rpc": [],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.okex.com/okc"
|
||||
}, {
|
||||
"name": "Neutrinos TestNet",
|
||||
"chainId": 197,
|
||||
"shortName": "NEUTR",
|
||||
"networkId": 197,
|
||||
"nativeCurrency": {
|
||||
"name": "Neutrinos",
|
||||
"symbol": "NEUTR",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://testnet-rpc.neutrinoschain.com"],
|
||||
"faucets": ["https://neutrinoschain.com/faucet"],
|
||||
"infoURL": "https://docs.neutrinoschain.com"
|
||||
}, {
|
||||
"name": "BitTorrent Chain Mainnet",
|
||||
"chainId": 199,
|
||||
|
|
|
@ -2718,6 +2718,25 @@
|
|||
"networkId": 196,
|
||||
"explorers": [],
|
||||
"status": "incubating"
|
||||
}, {
|
||||
"name": "Neutrinos TestNet",
|
||||
"chain": "NEUTR",
|
||||
"rpc": ["https://testnet-rpc.neutrinoschain.com"],
|
||||
"faucets": ["https://neutrinoschain.com/faucet"],
|
||||
"nativeCurrency": {
|
||||
"name": "Neutrinos",
|
||||
"symbol": "NEUTR",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://docs.neutrinoschain.com",
|
||||
"shortName": "NEUTR",
|
||||
"chainId": 197,
|
||||
"networkId": 197,
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"url": "https://testnet.neutrinoschain.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "BitTorrent Chain Mainnet",
|
||||
"chain": "BTTC",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -144,6 +144,7 @@
|
|||
"cem": "eip155:193",
|
||||
"tokb": "eip155:195",
|
||||
"okb": "eip155:196",
|
||||
"NEUTR": "eip155:197",
|
||||
"BTT": "eip155:199",
|
||||
"aox": "eip155:200",
|
||||
"moactest": "eip155:201",
|
||||
|
|
Loading…
Reference in New Issue
Block a user