From bfbe021f2962f615db52a632d85f96edc9c1d914 Mon Sep 17 00:00:00 2001 From: Steven Khong Date: Fri, 1 Dec 2023 04:00:08 +0800 Subject: [PATCH] Update Carbon website URL (#3312) * Update/fee currencies (#2) * Update fee currencies on carbon chain * Add ibc bridge information * Update Carbon website --------- Co-authored-by: Thong Yuan Yu Sarah <65583522+sarah-thong@users.noreply.github.com> --- carbon/chain.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/carbon/chain.json b/carbon/chain.json index 2305fb5ec6..9f2d5e43d5 100644 --- a/carbon/chain.json +++ b/carbon/chain.json @@ -7,7 +7,7 @@ "chain_id": "carbon-1", "bech32_prefix": "swth", "daemon_name": "carbond", - "website": "https://www.switcheo.com/", + "website": "https://www.carbon.network/", "node_home": "$HOME/.carbon", "key_algos": [ "secp256k1" @@ -594,4 +594,4 @@ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.svg" } ] -} \ No newline at end of file +}