mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
27 lines
558 B
JSON
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"
|
|
}]
|
|
}
|