From 6e8a92449dd6b8c22ce1d56d7a964f4118754687 Mon Sep 17 00:00:00 2001 From: emidev98 Date: Wed, 31 Jan 2024 16:31:24 +0200 Subject: [PATCH] fix:carbon URL to use foundation --- const/Variables.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/const/Variables.tsx b/const/Variables.tsx index 616e767..c99439f 100644 --- a/const/Variables.tsx +++ b/const/Variables.tsx @@ -45,7 +45,7 @@ export const supportedTokens: any = { export const supportedChains: { [key: string]: Chain } = { carbon: { name: "Carbon", - lcd: "https://query-api.carbon.network", + lcd: "https://lcd-carbon.tfl.foundation", inflation: 0.0746, denom: "swth", decimals: 8,