Skip to content

Commit

Permalink
update balance
Browse files Browse the repository at this point in the history
  • Loading branch information
toandq2009 committed Jan 8, 2025
1 parent 8a2c88c commit e67a9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stores/src/query/cosmos/balance/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export class ObservableQueryCosmosBalances extends ObservableChainQuery<Balances
})
.join(",");
fetchRetry(
`https://oraicommon-staging.oraidex.io/api/v1/tokens/list/${allTokensAddress}`
`https://oraicommon.oraidex.io/api/v1/tokens/list/${allTokensAddress}`
)
.then((res) => {
if (res?.length > 0) {
Expand Down

0 comments on commit e67a9e7

Please sign in to comment.