Deploying to gh-pages from @ ethereum-lists/chains@9d0d52ec01 🚀

This commit is contained in:
ligi 2023-01-25 16:50:18 +00:00
parent fef82c7810
commit 6e8369b59b
12 changed files with 80 additions and 5 deletions

View File

@ -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
View 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

View File

@ -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,

View File

@ -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
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmXt49jPfHUmDF4n8TF7ks6txiPztx6qUHanWmHnCoEAhW",
"width": 256,
"height": 256,
"format": "png"
}
]

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

View File

@ -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",