mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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>
This commit is contained in:
parent
c024fc30c4
commit
9d0d52ec01
24
_data/chains/eip155-2415.json
Normal file
24
_data/chains/eip155-2415.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/xodex.json
Normal file
8
_data/icons/xodex.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmXt49jPfHUmDF4n8TF7ks6txiPztx6qUHanWmHnCoEAhW",
|
||||
"width": 256,
|
||||
"height": 256,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Binary file not shown.
After Width: | Height: | Size: 109 KiB |
Loading…
Reference in New Issue
Block a user