Skip to content

Commit

Permalink
🚑 Block UI for chain upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraHuang22 authored and williamchong committed Jul 21, 2022
1 parent b42fb8a commit d5fef0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constant/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,6 @@ export const LIQUID_QEX_PUPLIC_API_KEY = IS_TESTNET
? '06c5b428-e5b3-4365-840a-4f0d10f2bbba'
: 'pk_fb318eeb-75b1-4b74-8f19-4f445a7eff72';

export const IS_CHAIN_UPGRADING = false;
export const IS_CHAIN_UPGRADING = true;

export const STUB_WALLET = 'cosmos1rclg677y2jqt8x4ylj0kjlqjjmnn6w6304rrtc';

0 comments on commit d5fef0a

Please sign in to comment.