Skip to content

Commit

Permalink
chore: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Oct 31, 2023
1 parent ef4e1e4 commit 26b2d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/wallet-ts/src/utils/wallets/cosmos/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 26b2d7d

Please sign in to comment.