Skip to content

Commit

Permalink
changed terra classic RPC/REST
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Jun 3, 2024
1 parent 7857d44 commit c7d8adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/utils/constants/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1801,8 +1801,8 @@ export const CHAIN_ENDPOINTS: Partial<
rest: 'https://terra-api.polkachu.com',
},
[ChainId.TerraClassicMainnet]: {
rpc: 'https://terra-classic-rpc.publicnode.com',
rest: 'https://terra-classic-rest.publicnode.com',
rpc: 'https://terraclassic-rpc-server-01.stakely.io',
rest: 'https://terraclassic-lcd-server-01.stakely.io',
},
[ChainId.MigalooMainnet]: {
rpc: 'https://migaloo-rpc.polkachu.com',
Expand Down

0 comments on commit c7d8adc

Please sign in to comment.