Skip to content

Commit

Permalink
Add light API query LCD
Browse files Browse the repository at this point in the history
  • Loading branch information
SecretSaturn committed Sep 17, 2024
1 parent 539cd8f commit 8f54122
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/context/APIContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,10 @@ const APIContextProvider = ({ children }: any) => {
setIBCTokenSupply(response.total_ibc_balance_out)
})

const SECRET_LIGHT_API_QUERY = 'https://lcd.mainnet.secretsaturn.net'

const secretjsquery = new SecretNetworkClient({
url: SECRET_LCD,
url: SECRET_LIGHT_API_QUERY,
chainId: SECRET_CHAIN_ID
})

Expand Down

0 comments on commit 8f54122

Please sign in to comment.