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@9877934c6b 🚀
This commit is contained in:
parent
9e476c9617
commit
d8a9964950
File diff suppressed because one or more lines are too long
|
|
@ -1,8 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "XinFin Network Mainnet",
|
"name": "XinFin XDC Network",
|
||||||
"chain": "XDC",
|
"chain": "XDC",
|
||||||
|
"network": "mainnet",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://rpc.xinfin.network"
|
"https://erpc.xinfin.network",
|
||||||
|
"https://rpc.xinfin.network",
|
||||||
|
"https://rpc1.xinfin.network"
|
||||||
],
|
],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
|
|
@ -13,5 +16,18 @@
|
||||||
"infoURL": "https://xinfin.org",
|
"infoURL": "https://xinfin.org",
|
||||||
"shortName": "xdc",
|
"shortName": "xdc",
|
||||||
"chainId": 50,
|
"chainId": 50,
|
||||||
"networkId": 50
|
"networkId": 50,
|
||||||
}
|
"icon": "xdc",
|
||||||
|
"explorers": [{
|
||||||
|
"name": "xdcscan",
|
||||||
|
"url": "https://xdcscan.io",
|
||||||
|
"icon": "blocksscan",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "blocksscan",
|
||||||
|
"url": "https://xdc.blocksscan.io",
|
||||||
|
"icon": "blocksscan",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
|
@ -1,17 +1,36 @@
|
||||||
{
|
{
|
||||||
"name": "XinFin Apothem Testnet",
|
"name": "XDC Apothem Network",
|
||||||
"chain": "TXDC",
|
"chain": "XDC",
|
||||||
|
"network": "testnet",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://rpc.apothem.network"
|
"https://rpc.apothem.network",
|
||||||
|
"https://erpc.apothem.network"
|
||||||
|
|
||||||
|
|
||||||
|
],
|
||||||
|
"faucets": [
|
||||||
|
"https://faucet.apothem.network"
|
||||||
],
|
],
|
||||||
"faucets": [],
|
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "XinFinTest",
|
"name": "XinFin",
|
||||||
"symbol": "TXDC",
|
"symbol": "TXDC",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://xinfin.org",
|
"infoURL": "https://xinfin.org",
|
||||||
"shortName": "TXDC",
|
"shortName": "txdc",
|
||||||
"chainId": 51,
|
"chainId": 51,
|
||||||
"networkId": 51
|
"networkId": 51,
|
||||||
}
|
"icon": "xdc",
|
||||||
|
"explorers": [{
|
||||||
|
"name": "xdcscan",
|
||||||
|
"url": "https://apothem.xinfinscan.com",
|
||||||
|
"icon": "blocksscan",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "blocksscan",
|
||||||
|
"url": "https://apothem.blocksscan.io",
|
||||||
|
"icon": "blocksscan",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
|
}
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -571,7 +571,7 @@
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://darwinia.network/"
|
"infoURL": "https://darwinia.network/"
|
||||||
}, {
|
}, {
|
||||||
"name": "XinFin Network Mainnet",
|
"name": "XinFin XDC Network",
|
||||||
"chainId": 50,
|
"chainId": 50,
|
||||||
"shortName": "xdc",
|
"shortName": "xdc",
|
||||||
"networkId": 50,
|
"networkId": 50,
|
||||||
|
|
@ -580,21 +580,21 @@
|
||||||
"symbol": "XDC",
|
"symbol": "XDC",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"rpc": ["https://rpc.xinfin.network"],
|
"rpc": ["https://erpc.xinfin.network", "https://rpc.xinfin.network", "https://rpc1.xinfin.network"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://xinfin.org"
|
"infoURL": "https://xinfin.org"
|
||||||
}, {
|
}, {
|
||||||
"name": "XinFin Apothem Testnet",
|
"name": "XDC Apothem Network",
|
||||||
"chainId": 51,
|
"chainId": 51,
|
||||||
"shortName": "TXDC",
|
"shortName": "txdc",
|
||||||
"networkId": 51,
|
"networkId": 51,
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "XinFinTest",
|
"name": "XinFin",
|
||||||
"symbol": "TXDC",
|
"symbol": "TXDC",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"rpc": ["https://rpc.apothem.network"],
|
"rpc": ["https://rpc.apothem.network", "https://erpc.apothem.network"],
|
||||||
"faucets": [],
|
"faucets": ["https://faucet.apothem.network"],
|
||||||
"infoURL": "https://xinfin.org"
|
"infoURL": "https://xinfin.org"
|
||||||
}, {
|
}, {
|
||||||
"name": "CoinEx Smart Chain Mainnet",
|
"name": "CoinEx Smart Chain Mainnet",
|
||||||
|
|
|
||||||
|
|
@ -769,9 +769,10 @@
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
}]
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "XinFin Network Mainnet",
|
"name": "XinFin XDC Network",
|
||||||
"chain": "XDC",
|
"chain": "XDC",
|
||||||
"rpc": ["https://rpc.xinfin.network"],
|
"network": "mainnet",
|
||||||
|
"rpc": ["https://erpc.xinfin.network", "https://rpc.xinfin.network", "https://rpc1.xinfin.network"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "XinFin",
|
"name": "XinFin",
|
||||||
|
|
@ -781,21 +782,46 @@
|
||||||
"infoURL": "https://xinfin.org",
|
"infoURL": "https://xinfin.org",
|
||||||
"shortName": "xdc",
|
"shortName": "xdc",
|
||||||
"chainId": 50,
|
"chainId": 50,
|
||||||
"networkId": 50
|
"networkId": 50,
|
||||||
|
"icon": "xdc",
|
||||||
|
"explorers": [{
|
||||||
|
"name": "xdcscan",
|
||||||
|
"url": "https://xdcscan.io",
|
||||||
|
"icon": "blocksscan",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}, {
|
||||||
|
"name": "blocksscan",
|
||||||
|
"url": "https://xdc.blocksscan.io",
|
||||||
|
"icon": "blocksscan",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "XinFin Apothem Testnet",
|
"name": "XDC Apothem Network",
|
||||||
"chain": "TXDC",
|
"chain": "XDC",
|
||||||
"rpc": ["https://rpc.apothem.network"],
|
"network": "testnet",
|
||||||
"faucets": [],
|
"rpc": ["https://rpc.apothem.network", "https://erpc.apothem.network"],
|
||||||
|
"faucets": ["https://faucet.apothem.network"],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "XinFinTest",
|
"name": "XinFin",
|
||||||
"symbol": "TXDC",
|
"symbol": "TXDC",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://xinfin.org",
|
"infoURL": "https://xinfin.org",
|
||||||
"shortName": "TXDC",
|
"shortName": "txdc",
|
||||||
"chainId": 51,
|
"chainId": 51,
|
||||||
"networkId": 51
|
"networkId": 51,
|
||||||
|
"icon": "xdc",
|
||||||
|
"explorers": [{
|
||||||
|
"name": "xdcscan",
|
||||||
|
"url": "https://apothem.xinfinscan.com",
|
||||||
|
"icon": "blocksscan",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}, {
|
||||||
|
"name": "blocksscan",
|
||||||
|
"url": "https://apothem.blocksscan.io",
|
||||||
|
"icon": "blocksscan",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "CoinEx Smart Chain Mainnet",
|
"name": "CoinEx Smart Chain Mainnet",
|
||||||
"chain": "CSC",
|
"chain": "CSC",
|
||||||
|
|
|
||||||
8
icons/blocksscan.json
Normal file
8
icons/blocksscan.json
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmPzVFs16GwaD8LAcGFLCNXzEK8BHFKNXeM3nmBpnq9xy3",
|
||||||
|
"width": 512,
|
||||||
|
"height": 512,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
||||||
8
icons/xdc.json
Normal file
8
icons/xdc.json
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url":"ipfs://QmeRq7pabiJE2n1xU3Y5Mb4TZSX9kQ74x7a3P2Z4PqcMRX",
|
||||||
|
"width":1450,
|
||||||
|
"height":1450,
|
||||||
|
"format":"png"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
@ -44,7 +44,7 @@
|
||||||
"pangoro": "eip155:45",
|
"pangoro": "eip155:45",
|
||||||
"darwinia": "eip155:46",
|
"darwinia": "eip155:46",
|
||||||
"xdc": "eip155:50",
|
"xdc": "eip155:50",
|
||||||
"TXDC": "eip155:51",
|
"txdc": "eip155:51",
|
||||||
"cet": "eip155:52",
|
"cet": "eip155:52",
|
||||||
"tcet": "eip155:53",
|
"tcet": "eip155:53",
|
||||||
"OP": "eip155:54",
|
"OP": "eip155:54",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user