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(