mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
26 lines
531 B
JSON
26 lines
531 B
JSON
{
|
|
"name": "QL1 Testnet",
|
|
"chain": "QOM",
|
|
"status": "incubating",
|
|
"rpc": ["https://rpc.testnet.qom.one"],
|
|
"faucets": ["https://faucet.qom.one"],
|
|
"nativeCurrency": {
|
|
"name": "Shiba Predator",
|
|
"symbol": "QOM",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://qom.one",
|
|
"shortName": "tqom",
|
|
"chainId": 7668378,
|
|
"networkId": 7668378,
|
|
"icon": "qom",
|
|
"explorers": [
|
|
{
|
|
"name": "QL1 Testnet Explorer",
|
|
"url": "https://testnet.qom.one",
|
|
"icon": "qom",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|