chains/_data/chains/eip155-647.json
Dan Kostiuk 0cf2e8d20e
Add SX Network Mainnet and Testnet (#1232)
* Add SX Network Mainnet and Testnet

* shortName now unique
2022-06-13 16:26:02 +02:00

27 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"
}]
}