Deploying to gh-pages from @ ethereum-lists/chains@93b6875126 🚀

This commit is contained in:
ligi 2022-11-03 00:09:43 +00:00
parent 300ffcae54
commit cf3e092ca1
6 changed files with 59 additions and 2 deletions

File diff suppressed because one or more lines are too long

23
chains/eip155-9528.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "QEasyWeb3 Testnet",
"chain": "QET",
"rpc": ["https://qeasyweb3.com"],
"faucets": ["http://faucet.qeasyweb3.com"],
"nativeCurrency": {
"name": "QET",
"symbol": "QET",
"decimals": 18
},
"infoURL": "https://www.qeasyweb3.com",
"shortName": "QETTest",
"chainId": 9528,
"networkId": 9528,
"explorers": [
{
"name": "QEasyWeb3 Explorer",
"url": "https://www.qeasyweb3.com",
"icon": "qetscan",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -4509,6 +4509,19 @@
"rpc": ["https://robin.rangersprotocol.com/api/jsonrpc"],
"faucets": ["https://robin-faucet.rangersprotocol.com"],
"infoURL": "https://rangersprotocol.com"
}, {
"name": "QEasyWeb3 Testnet",
"chainId": 9528,
"shortName": "QETTest",
"networkId": 9528,
"nativeCurrency": {
"name": "QET",
"symbol": "QET",
"decimals": 18
},
"rpc": ["https://qeasyweb3.com"],
"faucets": ["http://faucet.qeasyweb3.com"],
"infoURL": "https://www.qeasyweb3.com"
}, {
"name": "Boba Network BNB Testnet",
"chainId": 9728,

View File

@ -6440,6 +6440,26 @@
"url": "https://robin-rangersscan.rangersprotocol.com",
"standard": "none"
}]
}, {
"name": "QEasyWeb3 Testnet",
"chain": "QET",
"rpc": ["https://qeasyweb3.com"],
"faucets": ["http://faucet.qeasyweb3.com"],
"nativeCurrency": {
"name": "QET",
"symbol": "QET",
"decimals": 18
},
"infoURL": "https://www.qeasyweb3.com",
"shortName": "QETTest",
"chainId": 9528,
"networkId": 9528,
"explorers": [{
"name": "QEasyWeb3 Explorer",
"url": "https://www.qeasyweb3.com",
"icon": "qetscan",
"standard": "EIP3091"
}]
}, {
"name": "Boba Network BNB Testnet",
"chain": "Boba BNB Testnet",

View File

@ -346,6 +346,7 @@
"brb": "eip155:9012",
"GENEC": "eip155:9100",
"trpg": "eip155:9527",
"QETTest": "eip155:9528",
"BobaBNBTestnet": "eip155:9728",
"myn": "eip155:9999",
"smartbch": "eip155:10000",