From d5fef0accd438c82fb6db936c70b2776f11e208c Mon Sep 17 00:00:00 2001 From: AuroraHuang22 Date: Thu, 21 Jul 2022 17:05:41 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20Block=20UI=20for=20chain=20upgra?= =?UTF-8?q?de?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- constant/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constant/index.js b/constant/index.js index 12d6e40e3..1b30c13d8 100644 --- a/constant/index.js +++ b/constant/index.js @@ -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';