mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
197eeaa6d5
* added Unique chains * fixes in markup Co-authored-by: ligi <ligi@ligi.de>
29 lines
563 B
JSON
29 lines
563 B
JSON
{
|
|
"name": "Unique",
|
|
"icon": "unique",
|
|
"chain": "UNQ",
|
|
"rpc": [
|
|
"https://rpc.unique.network",
|
|
"https://eu-rpc.unique.network",
|
|
"https://asia-rpc.unique.network",
|
|
"https://us-rpc.unique.network"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Unique",
|
|
"symbol": "UNQ",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://unique.network",
|
|
"shortName": "unq",
|
|
"chainId": 8880,
|
|
"networkId": 8880,
|
|
"explorers": [
|
|
{
|
|
"name": "Unique Scan",
|
|
"url": "https://uniquescan.io/unique",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|