Deploying to gh-pages from @ ethereum-lists/chains@3a88a156a6 🚀

This commit is contained in:
ligi 2022-10-03 10:29:53 +00:00
parent f6c26776bf
commit 8524e7dd61
6 changed files with 57 additions and 2 deletions

File diff suppressed because one or more lines are too long

22
chains/eip155-10248.json Normal file
View 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

View File

@ -4353,6 +4353,19 @@
"rpc": ["https://eu.mainnet.xixoio.com", "https://us.mainnet.xixoio.com", "https://asia.mainnet.xixoio.com"], "rpc": ["https://eu.mainnet.xixoio.com", "https://us.mainnet.xixoio.com", "https://asia.mainnet.xixoio.com"],
"faucets": [], "faucets": [],
"infoURL": "https://www.xixoio.com/" "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", "name": "CryptoCoinPay",
"chainId": 10823, "chainId": 10823,

View File

@ -6155,6 +6155,25 @@
"shortName": "GEN", "shortName": "GEN",
"chainId": 10101, "chainId": 10101,
"networkId": 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", "name": "CryptoCoinPay",
"chain": "CCP", "chain": "CCP",

View File

@ -334,6 +334,7 @@
"gon": "eip155:10024", "gon": "eip155:10024",
"SJ": "eip155:10086", "SJ": "eip155:10086",
"GEN": "eip155:10101", "GEN": "eip155:10101",
"0xt": "eip155:10248",
"CCP": "eip155:10823", "CCP": "eip155:10823",
"quadrans": "eip155:10946", "quadrans": "eip155:10946",
"quadranstestnet": "eip155:10947", "quadranstestnet": "eip155:10947",