Add SwapDEX Network (#2712)

* Add SwapDEX Network

* Fix typo for explorer

* add the requiered new line at the end of the file

* prettier
This commit is contained in:
Masterdubs 2023-04-27 15:54:46 +04:00 committed by GitHub
parent 689c6a1fe9
commit 12df8a6da1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,22 @@
{
"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"
}
]
}