From b0cee439cb24e9749111f5a9e136c4327acce3f0 Mon Sep 17 00:00:00 2001 From: Satoshi Otomakan Date: Fri, 13 Dec 2024 19:23:22 +0100 Subject: [PATCH] [THORChain]: Update `chainId` and default `rpc` url --- registry.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry.json b/registry.json index 71b186efe08..87180cf17b8 100644 --- a/registry.json +++ b/registry.json @@ -3186,7 +3186,7 @@ "publicKeyType": "secp256k1", "hrp": "thor", "addressHasher": "sha256ripemd", - "chainId": "thorchain-mainnet-v1", + "chainId": "thorchain-1", "explorer": { "url": "https://viewblock.io/thorchain", "txPath": "/tx/", @@ -3197,7 +3197,7 @@ "info": { "url": "https://thorchain.org", "source": "https://gitlab.com/thorchain/thornode", - "rpc": "https://seed.thorchain.info", + "rpc": "https://thornode.ninerealms.com", "documentation": "https://docs.thorchain.org" } },