chains/_data/chains/eip155-558.json
Pedro Gomes 7056fdcfbc
Use CAIP-2 prefixing for filename - closes #130
Note: so far CI wise only EIP155 is accepted as namespace - will be extended when chains from other namespaces are PRed in
2020-12-17 08:22:08 +01:00

22 lines
423 B
JSON

{
"name": "Tao Network",
"chain": "TAO",
"network": "core",
"rpc": [
"https://rpc.testnet.tao.network",
"http://rpc.testnet.tao.network:8545",
"https://rpc.tao.network",
"wss://rpc.tao.network"
],
"faucets": [],
"nativeCurrency": {
"name": "Tao",
"symbol": "TAO",
"decimals": 18
},
"infoURL": "https://tao.network",
"shortName": "tao",
"chainId": 558,
"networkId": 558
}