Skip to content

Commit

Permalink
changed terra classic RPC back
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Jun 4, 2024
1 parent 657503a commit a2786d5
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://terraclassic-rpc-server-01.stakely.io',
rest: 'https://terraclassic-lcd-server-01.stakely.io',
rpc: 'https://terra-classic-rpc.publicnode.com',
rest: 'https://terra-classic-lcd.publicnode.com',
},
[ChainId.MigalooMainnet]: {
rpc: 'https://migaloo-rpc.polkachu.com',
Expand Down

0 comments on commit a2786d5

Please sign in to comment.