Skip to content

Commit

Permalink
Trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
lvn-alduin committed Sep 23, 2024
1 parent 17d6237 commit 3f54a12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/config/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ export const IS_TESTNET = ENV === "testnet"
export const CONTRACT_ADDRESS = IS_TESTNET
? "neutron1juw8ztnzy37xs9nvcqf4lhshcg7zndwmjvgmzxkp8cgjgw3ahscshn2l82"
: "neutron14r4gqjhnuxzwcmypjle9grlksvjeyyy0mrw0965rdz5v3v5wcv6qjf8w55"

export const QUERIER_ADDRESS = IS_TESTNET
? "https://querier-testnet.levana.finance"
: "https://querier-mainnet.levana.finance"

export const INDEXER_ADDRESS = IS_TESTNET
? "https://indexer-testnet.levana.finance"
: "https://indexer-mainnet.levana.finance"

0 comments on commit 3f54a12

Please sign in to comment.