From 03672512d6a015724776341a35cabe83a6310016 Mon Sep 17 00:00:00 2001 From: zhengpeng li Date: Wed, 16 Nov 2022 08:48:32 +0800 Subject: [PATCH] changed the MOAC chain rpcs to https (#1858) * Added MOAC testnet, mainnet and icon * Update moac.json * Update eip155-201.json * Update eip155-1099.json * change the testnet shortName to mctest,mainnet use moac as shortName * change the testnet and mainnet rpc to https Co-authored-by: ligi --- _data/chains/eip155-1099.json | 2 +- _data/chains/eip155-201.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-1099.json b/_data/chains/eip155-1099.json index 3aa0a6a7..a8c6c7cf 100644 --- a/_data/chains/eip155-1099.json +++ b/_data/chains/eip155-1099.json @@ -1,7 +1,7 @@ { "name": "MOAC mainnet", "chain": "MOAC", - "rpc": ["http://gateway.moac.io/mainnet"], + "rpc": ["https://gateway.moac.io/mainnet"], "faucets": [], "nativeCurrency": { "name": "MOAC", diff --git a/_data/chains/eip155-201.json b/_data/chains/eip155-201.json index 2ad46267..4ac5a29a 100644 --- a/_data/chains/eip155-201.json +++ b/_data/chains/eip155-201.json @@ -1,7 +1,7 @@ { "name": "MOAC testnet", "chain": "MOAC", - "rpc": ["http://gateway.moac.io/testnet"], + "rpc": ["https://gateway.moac.io/testnet"], "faucets": [], "nativeCurrency": { "name": "MOAC",