chains/_data/chains/eip155-8882.json
Alex Saft 197eeaa6d5
Added Unique chains (#1657)
* added Unique chains

* fixes in markup

Co-authored-by: ligi <ligi@ligi.de>
2023-01-18 11:09:12 +01:00

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"
}
]
}