mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
26 lines
471 B
JSON
26 lines
471 B
JSON
{
|
|
"name": "Ubiq",
|
|
"chain": "UBQ",
|
|
"network": "mainnet",
|
|
"rpc": [
|
|
"https://rpc.octano.dev",
|
|
"https://pyrus2.ubiqscan.io"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Ubiq Ether",
|
|
"symbol": "UBQ",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://ubiqsmart.com",
|
|
"shortName": "ubq",
|
|
"chainId": 8,
|
|
"networkId": 8,
|
|
"slip44": 108,
|
|
"explorers": [{
|
|
"name": "ubiqscan",
|
|
"url": "https://ubiqscan.io",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|