Skip to content

Commit

Permalink
Updated contract with newer market
Browse files Browse the repository at this point in the history
  • Loading branch information
lvn-rusty-dragon committed Sep 8, 2024
1 parent 5fa0c81 commit e499507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/config/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const ENV: Environment = match(window.location.host)

export const IS_TESTNET = ENV === "testnet"

export const CONTRACT_ADDRESS = IS_TESTNET ? "neutron1cvdx6qpfetavhjejuf2e5lpzyslautwehrgc9uv04zj9vc7v468qsx22wk" : ""
export const CONTRACT_ADDRESS = IS_TESTNET ? "neutron13cd0k8m8qspdydryvwus07hj5l6hqtss90ddypjg4wp20ncfunysar4x7y" : ""
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"

Expand Down

0 comments on commit e499507

Please sign in to comment.