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@93b6875126 🚀
This commit is contained in:
parent
300ffcae54
commit
cf3e092ca1
File diff suppressed because one or more lines are too long
23
chains/eip155-9528.json
Normal file
23
chains/eip155-9528.json
Normal 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
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user