From 9d194e7909237c6d7770622b253a0d0a08be899f Mon Sep 17 00:00:00 2001 From: BoringCrypto Date: Fri, 12 Feb 2021 21:00:34 +1100 Subject: [PATCH] Fix RPC link of TomoChain (#159) Source: https://docs.tomochain.com/developer-guide/working-with-tomochain/tomochain-mainnet --- _data/chains/eip155-88.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-88.json b/_data/chains/eip155-88.json index dd70e429..1b89641f 100644 --- a/_data/chains/eip155-88.json +++ b/_data/chains/eip155-88.json @@ -3,7 +3,7 @@ "chain": "TOMO", "network": "mainnet", "rpc": [ - "https://core.tomocoin.io" + "https://rpc.tomochain.com" ], "faucets": [], "nativeCurrency": { @@ -15,4 +15,4 @@ "shortName": "tomo", "chainId": 88, "networkId": 88 -} \ No newline at end of file +}