mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
* Adding XODEX network * Delete Chain.kt * Added icon download * Prettier * Rename Co-authored-by: N <nic> Co-authored-by: ligi <ligi@ligi.de>
25 lines
505 B
JSON
25 lines
505 B
JSON
{
|
|
"name": "XODEX",
|
|
"chain": "XODEX",
|
|
"rpc": ["https://mainnet.xo-dex.com/rpc", "https://xo-dex.io"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "XODEX Native Token",
|
|
"symbol": "XODEX",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://xo-dex.com",
|
|
"shortName": "xodex",
|
|
"chainId": 2415,
|
|
"networkId": 10,
|
|
"icon": "xodex",
|
|
"explorers": [
|
|
{
|
|
"name": "XODEX Explorer",
|
|
"url": "https://explorer.xo-dex.com",
|
|
"standard": "EIP3091",
|
|
"icon": "xodex"
|
|
}
|
|
]
|
|
}
|