Skip to content

Commit

Permalink
New contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
lvn-alduin committed Oct 14, 2024
1 parent 57032b7 commit c6b6d21
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
? "neutron1jgjhevvfslekq4407cup5nzekf966pcm5wgr2w72hnluyknrxkqsdr8ltn"
? "neutron1qtkqp9dmfl4wnsrs0kvywvcnfnkj5kwxfm2zdqedagvr52ju270q7tx7cr"
: "neutron14r4gqjhnuxzwcmypjle9grlksvjeyyy0mrw0965rdz5v3v5wcv6qjf8w55"

export const QUERIER_ADDRESS = IS_TESTNET
Expand Down

0 comments on commit c6b6d21

Please sign in to comment.