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