mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Update the RPC server (#1555)
We update the rpc from http with a port indicated to https without a prot. Please check out if everything still work. feel free to reply if there is anything wrong. thank you helping.
This commit is contained in:
parent
e74465ea99
commit
8bc3ea0668
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Quokkacoin Mainnet",
|
"name": "Quokkacoin Mainnet",
|
||||||
"chain": "Qkacoin",
|
"chain": "Qkacoin",
|
||||||
"rpc": ["http://rpc.qkacoin.org:8548"],
|
"rpc": ["https://rpc.qkacoin.org"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Qkacoin",
|
"name": "Qkacoin",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user