Deploying to gh-pages from @ ethereum-lists/chains@36bb1e816c 🚀

This commit is contained in:
ligi 2023-04-04 18:53:16 +00:00
parent 3e9ac7ae86
commit 79ca782032
7 changed files with 58 additions and 3 deletions

File diff suppressed because one or more lines are too long

22
chains/eip155-197.json Normal file
View 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

View File

@ -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,

View File

@ -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

View File

@ -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",