mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
689c6a1fe9
commit
12df8a6da1
22
_data/chains/eip155-230.json
Normal file
22
_data/chains/eip155-230.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user