mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
29 lines
637 B
JSON
29 lines
637 B
JSON
{
|
|
"name": "Opal testnet by Unique",
|
|
"icon": "opal",
|
|
"chain": "UNQ",
|
|
"rpc": [
|
|
"https://rpc-opal.unique.network",
|
|
"https://us-rpc-opal.unique.network",
|
|
"https://eu-rpc-opal.unique.network",
|
|
"https://asia-rpc-opal.unique.network"
|
|
],
|
|
"faucets": ["https://t.me/unique2faucet_opal_bot"],
|
|
"nativeCurrency": {
|
|
"name": "Opal",
|
|
"symbol": "UNQ",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://unique.network",
|
|
"shortName": "opl",
|
|
"chainId": 8882,
|
|
"networkId": 8882,
|
|
"explorers": [
|
|
{
|
|
"name": "Unique Scan / Opal",
|
|
"url": "https://uniquescan.io/opal",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|