Skip to content

Commit

Permalink
fix: public lcd
Browse files Browse the repository at this point in the history
  • Loading branch information
emidev98 committed Jul 27, 2022
1 parent 44fb274 commit e200545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/hooks/useQueryCW20.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { LCDClient } from '@terra-money/terra.js'

const useQueryCW20 = () => {
const lcd = new LCDClient({
URL: "https://solitary-wild-log.terra-mainnet.quiknode.pro/e29ad894ff7e7809f2a3fbfa8fd658e94eb67cdf",
URL: "https://lcd.terra.dev/",
chainID: "columbus-5",
});
const PRE_ATTACK_BLOCK_HEIGHT = 7544910;
Expand Down
2 changes: 1 addition & 1 deletion src/hooks/useQueryCW721.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { LCDClient } from '@terra-money/terra.js'

const useQueryCW721 = () => {
const lcd = new LCDClient({
URL: "https://solitary-wild-log.terra-mainnet.quiknode.pro/e29ad894ff7e7809f2a3fbfa8fd658e94eb67cdf",
URL: "https://lcd.terra.dev/",
chainID: "columbus-5",
});
const PRE_ATTACK_BLOCK_HEIGHT = 7544910;
Expand Down

0 comments on commit e200545

Please sign in to comment.