mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
448 B
JSON
23 lines
448 B
JSON
{
|
|
"name": "SwapDEX",
|
|
"chain": "SDX",
|
|
"rpc": ["https://rpc.swapdex.network", "wss://ss.swapdex.network"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "SwapDEX",
|
|
"symbol": "SDX",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://swapdex.network/",
|
|
"shortName": "SDX",
|
|
"chainId": 230,
|
|
"networkId": 230,
|
|
"explorers": [
|
|
{
|
|
"name": "SwapDEX",
|
|
"url": "https://evm.swapdex.network",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|