mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@9d0d52ec01 🚀
This commit is contained in:
parent
fef82c7810
commit
6e8369b59b
|
@ -662,6 +662,14 @@
|
|||
"height": 512,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "xodex",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmXt49jPfHUmDF4n8TF7ks6txiPztx6qUHanWmHnCoEAhW",
|
||||
"width": 256,
|
||||
"height": 256,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "polyjuice",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
24
chains/eip155-2415.json
Normal file
24
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"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -4483,6 +4483,19 @@
|
|||
"rpc": ["https://rpc.tcgverse.xyz"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://tcgverse.xyz/"
|
||||
}, {
|
||||
"name": "XODEX",
|
||||
"chainId": 2415,
|
||||
"shortName": "xodex",
|
||||
"networkId": 10,
|
||||
"nativeCurrency": {
|
||||
"name": "XODEX Native Token",
|
||||
"symbol": "XODEX",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://mainnet.xo-dex.com/rpc", "https://xo-dex.io"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://xo-dex.com"
|
||||
}, {
|
||||
"name": "Kortho Mainnet",
|
||||
"chainId": 2559,
|
||||
|
|
|
@ -6453,6 +6453,27 @@
|
|||
"type": "L2",
|
||||
"chain": "eip155-248"
|
||||
}
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"name": "Kortho Mainnet",
|
||||
"chain": "Kortho Chain",
|
||||
|
|
8
icons/xodex.json
Normal file
8
icons/xodex.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmXt49jPfHUmDF4n8TF7ks6txiPztx6qUHanWmHnCoEAhW",
|
||||
"width": 256,
|
||||
"height": 256,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
BIN
iconsDownload/QmXt49jPfHUmDF4n8TF7ks6txiPztx6qUHanWmHnCoEAhW
Normal file
BIN
iconsDownload/QmXt49jPfHUmDF4n8TF7ks6txiPztx6qUHanWmHnCoEAhW
Normal file
Binary file not shown.
After Width: | Height: | Size: 109 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -344,6 +344,7 @@
|
|||
"alt": "eip155:2330",
|
||||
"bombt": "eip155:2399",
|
||||
"TCGV": "eip155:2400",
|
||||
"xodex": "eip155:2415",
|
||||
"ktoc": "eip155:2559",
|
||||
"tpc": "eip155:2569",
|
||||
"pocrnet": "eip155:2606",
|
||||
|
|
Loading…
Reference in New Issue
Block a user