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
626 B
JSON
29 lines
626 B
JSON
{
|
|
"name": "Sapphire by Unique",
|
|
"icon": "sapphire",
|
|
"chain": "UNQ",
|
|
"rpc": [
|
|
"https://rpc-sapphire.unique.network",
|
|
"https://us-rpc-sapphire.unique.network",
|
|
"https://eu-rpc-sapphire.unique.network",
|
|
"https://asia-rpc-sapphire.unique.network"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Quartz",
|
|
"symbol": "QTZ",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://unique.network",
|
|
"shortName": "sph",
|
|
"chainId": 8883,
|
|
"networkId": 8883,
|
|
"explorers": [
|
|
{
|
|
"name": "Unique Scan / Sapphire",
|
|
"url": "https://uniquescan.io/sapphire",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|