From 26b2d7d022ab70e7f64633796287b53b390bfe7b Mon Sep 17 00:00:00 2001 From: Bojan Angjelkoski Date: Tue, 31 Oct 2023 15:17:01 -0400 Subject: [PATCH] chore: minor --- packages/wallet-ts/src/utils/wallets/cosmos/endpoints.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/wallet-ts/src/utils/wallets/cosmos/endpoints.ts b/packages/wallet-ts/src/utils/wallets/cosmos/endpoints.ts index 57f2ebd51..a20d4037c 100644 --- a/packages/wallet-ts/src/utils/wallets/cosmos/endpoints.ts +++ b/packages/wallet-ts/src/utils/wallets/cosmos/endpoints.ts @@ -118,8 +118,8 @@ export const getEndpointsFromChainId = ( } case CosmosChainId.Celestia: return { - rpc: 'https://rpc.cosmos.directory/celestia', - rest: 'https://rest.cosmos.directory/celestia', + rpc: 'http://65.108.128.139:26657', + rest: 'http://93.115.25.15:1320', } default: throw new GeneralException(