mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
25 lines
558 B
JSON
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"
|
|
}
|
|
]
|
|
}
|