8(ubiq): update rpc, correct networkId (#85)

This commit is contained in:
Luke Williams 2020-01-30 01:10:20 +01:00 committed by GitHub
parent e316c79704
commit 9c073d3ee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
"chain": "UBQ", "chain": "UBQ",
"network": "mainnet", "network": "mainnet",
"rpc": [ "rpc": [
"https://rpc.octano.dev",
"https://pyrus2.ubiqscan.io" "https://pyrus2.ubiqscan.io"
], ],
"faucets": [], "faucets": [],
@ -14,5 +15,5 @@
"infoURL": "https://ubiqsmart.com", "infoURL": "https://ubiqsmart.com",
"shortName": "ubq", "shortName": "ubq",
"chainId": 8, "chainId": 8,
"networkId": 1 "networkId": 88
} }