chains/_data/chains/eip155-416.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

26 lines
483 B
JSON

{
"name": "SX Network Mainnet",
"chain": "SX",
"icon": "SX",
"network": "mainnet",
"rpc": [
"https://rpc.sx.technology"
],
"faucets": [
],
"nativeCurrency": {
"name": "SX Network",
"symbol": "SX",
"decimals": 18
},
"infoURL": "https://www.sx.technology",
"shortName": "SX",
"chainId": 416,
"networkId": 416,
"explorers": [{
"name": "SX Network Explorer",
"url": "https://explorer.sx.technology",
"standard": "EIP3091"
}]
}