chains/_data/chains/eip155-647.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

25 lines
558 B
JSON

{
"name": "SX Network Testnet",
"chain": "SX",
"icon": "SX",
"network": "testnet",
"rpc": ["https://rpc.toronto.sx.technology"],
"faucets": ["https://faucet.toronto.sx.technology"],
"nativeCurrency": {
"name": "SX Network",
"symbol": "SX",
"decimals": 18
},
"infoURL": "https://www.sx.technology",
"shortName": "SX-Testnet",
"chainId": 647,
"networkId": 647,
"explorers": [
{
"name": "SX Network Toronto Explorer",
"url": "https://explorer.toronto.sx.technology",
"standard": "EIP3091"
}
]
}