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@3a88a156a6 🚀
This commit is contained in:
parent
f6c26776bf
commit
8524e7dd61
File diff suppressed because one or more lines are too long
22
chains/eip155-10248.json
Normal file
22
chains/eip155-10248.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "0XTade",
|
||||
"chain": "0XTade Chain",
|
||||
"rpc": ["https://node.0xtchain.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "0XT",
|
||||
"symbol": "0XT",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.0xtrade.finance/",
|
||||
"shortName": "0xt",
|
||||
"chainId": 10248,
|
||||
"networkId": 10248,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "0xtrade Scan",
|
||||
"url": "https://www.0xtscan.com",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -4353,6 +4353,19 @@
|
|||
"rpc": ["https://eu.mainnet.xixoio.com", "https://us.mainnet.xixoio.com", "https://asia.mainnet.xixoio.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.xixoio.com/"
|
||||
}, {
|
||||
"name": "0XTade",
|
||||
"chainId": 10248,
|
||||
"shortName": "0xt",
|
||||
"networkId": 10248,
|
||||
"nativeCurrency": {
|
||||
"name": "0XT",
|
||||
"symbol": "0XT",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://node.0xtchain.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.0xtrade.finance/"
|
||||
}, {
|
||||
"name": "CryptoCoinPay",
|
||||
"chainId": 10823,
|
||||
|
|
|
@ -6155,6 +6155,25 @@
|
|||
"shortName": "GEN",
|
||||
"chainId": 10101,
|
||||
"networkId": 10101
|
||||
}, {
|
||||
"name": "0XTade",
|
||||
"chain": "0XTade Chain",
|
||||
"rpc": ["https://node.0xtchain.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "0XT",
|
||||
"symbol": "0XT",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.0xtrade.finance/",
|
||||
"shortName": "0xt",
|
||||
"chainId": 10248,
|
||||
"networkId": 10248,
|
||||
"explorers": [{
|
||||
"name": "0xtrade Scan",
|
||||
"url": "https://www.0xtscan.com",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "CryptoCoinPay",
|
||||
"chain": "CCP",
|
||||
|
|
|
@ -334,6 +334,7 @@
|
|||
"gon": "eip155:10024",
|
||||
"SJ": "eip155:10086",
|
||||
"GEN": "eip155:10101",
|
||||
"0xt": "eip155:10248",
|
||||
"CCP": "eip155:10823",
|
||||
"quadrans": "eip155:10946",
|
||||
"quadranstestnet": "eip155:10947",
|
||||
|
|
Loading…
Reference in New Issue
Block a user