From 8bc3ea0668a3def88b7a9e1b559479e418bf27bf Mon Sep 17 00:00:00 2001 From: amory1997 <75554264+amory1997@users.noreply.github.com> Date: Wed, 7 Sep 2022 15:22:42 +0800 Subject: [PATCH] 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. --- _data/chains/eip155-2077.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-2077.json b/_data/chains/eip155-2077.json index 2d8a95b5..94667f8a 100644 --- a/_data/chains/eip155-2077.json +++ b/_data/chains/eip155-2077.json @@ -1,7 +1,7 @@ { "name": "Quokkacoin Mainnet", "chain": "Qkacoin", - "rpc": ["http://rpc.qkacoin.org:8548"], + "rpc": ["https://rpc.qkacoin.org"], "faucets": [], "nativeCurrency": { "name": "Qkacoin",