chains/_data/chains/eip155-2415.json
XODEX 9d0d52ec01
Adding XODEX network (#2175)
* Adding XODEX network

* Delete Chain.kt

* Added icon download

* Prettier

* Rename

Co-authored-by: N <nic>
Co-authored-by: ligi <ligi@ligi.de>
2023-01-25 17:43:37 +01:00

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"
}
]
}