From d292664df217f64af90e503622dca9497ecfc3f9 Mon Sep 17 00:00:00 2001 From: YasunoriMATSUOKA Date: Tue, 19 Apr 2022 11:28:54 +0900 Subject: [PATCH] fix: disable faucet on beta test --- .../firebase-hosting/config.js | 24 +++++++++---------- .../firebase-hosting/config.js | 24 +++++++++---------- .../firebase-hosting/config.js | 24 +++++++++---------- .../firebase-hosting/config.js | 24 +++++++++---------- 4 files changed, 48 insertions(+), 48 deletions(-) diff --git a/projects/explorer/editions/ununifi/launch/ununifi-9-beta-test-v1/firebase-hosting/config.js b/projects/explorer/editions/ununifi/launch/ununifi-9-beta-test-v1/firebase-hosting/config.js index 1aa899f0b..0d7b4d09b 100644 --- a/projects/explorer/editions/ununifi/launch/ununifi-9-beta-test-v1/firebase-hosting/config.js +++ b/projects/explorer/editions/ununifi/launch/ununifi-9-beta-test-v1/firebase-hosting/config.js @@ -60,14 +60,14 @@ const configs = [ extension: { faucet: [ { - hasFaucet: true, + hasFaucet: false, faucetURL: `${location.protocol}//${domainCauchyEA}:${faucetUbtcPort}`, denom: 'ubtc', creditAmount: 100, // amount to credit in max request maxCredit: 99, // account has already maxCredit balance cannot claim anymore }, { - hasFaucet: true, + hasFaucet: false, faucetURL: `${location.protocol}//${domainCauchyEA}:${faucetUguuPort}`, denom: 'uguu', creditAmount: 2000000, @@ -81,7 +81,7 @@ const configs = [ maxCredit: 9, }, { - hasFaucet: true, + hasFaucet: false, faucetURL: `${location.protocol}//${domainCauchyEA}:${faucetUethPort}`, denom: 'ueth', creditAmount: 1000, @@ -119,14 +119,14 @@ const configs = [ // extension: { // faucet: [ // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyEB}:${faucetUbtcPort}`, // denom: 'ubtc', // creditAmount: 100, // amount to credit in max request // maxCredit: 99, // account has already maxCredit balance cannot claim anymore // }, // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyEB}:${faucetUguuPort}`, // denom: 'uguu', // creditAmount: 2000000, @@ -140,7 +140,7 @@ const configs = [ // maxCredit: 9, // }, // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyEB}:${faucetUethPort}`, // denom: 'ueth', // creditAmount: 1000, @@ -178,14 +178,14 @@ const configs = [ // extension: { // faucet: [ // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyEC}:${faucetUbtcPort}`, // denom: 'ubtc', // creditAmount: 100, // amount to credit in max request // maxCredit: 99, // account has already maxCredit balance cannot claim anymore // }, // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyEC}:${faucetUguuPort}`, // denom: 'uguu', // creditAmount: 2000000, @@ -199,7 +199,7 @@ const configs = [ // maxCredit: 9, // }, // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyEC}:${faucetUethPort}`, // denom: 'ueth', // creditAmount: 1000, @@ -237,14 +237,14 @@ const configs = [ // extension: { // faucet: [ // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyED}:${faucetUbtcPort}`, // denom: 'ubtc', // creditAmount: 100, // amount to credit in max request // maxCredit: 99, // account has already maxCredit balance cannot claim anymore // }, // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyED}:${faucetUguuPort}`, // denom: 'uguu', // creditAmount: 2000000, @@ -258,7 +258,7 @@ const configs = [ // maxCredit: 9, // }, // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyED}:${faucetUethPort}`, // denom: 'ueth', // creditAmount: 1000, diff --git a/projects/explorer/editions/ununifi/launch/ununifi-beta-test/firebase-hosting/config.js b/projects/explorer/editions/ununifi/launch/ununifi-beta-test/firebase-hosting/config.js index 1aa899f0b..0d7b4d09b 100644 --- a/projects/explorer/editions/ununifi/launch/ununifi-beta-test/firebase-hosting/config.js +++ b/projects/explorer/editions/ununifi/launch/ununifi-beta-test/firebase-hosting/config.js @@ -60,14 +60,14 @@ const configs = [ extension: { faucet: [ { - hasFaucet: true, + hasFaucet: false, faucetURL: `${location.protocol}//${domainCauchyEA}:${faucetUbtcPort}`, denom: 'ubtc', creditAmount: 100, // amount to credit in max request maxCredit: 99, // account has already maxCredit balance cannot claim anymore }, { - hasFaucet: true, + hasFaucet: false, faucetURL: `${location.protocol}//${domainCauchyEA}:${faucetUguuPort}`, denom: 'uguu', creditAmount: 2000000, @@ -81,7 +81,7 @@ const configs = [ maxCredit: 9, }, { - hasFaucet: true, + hasFaucet: false, faucetURL: `${location.protocol}//${domainCauchyEA}:${faucetUethPort}`, denom: 'ueth', creditAmount: 1000, @@ -119,14 +119,14 @@ const configs = [ // extension: { // faucet: [ // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyEB}:${faucetUbtcPort}`, // denom: 'ubtc', // creditAmount: 100, // amount to credit in max request // maxCredit: 99, // account has already maxCredit balance cannot claim anymore // }, // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyEB}:${faucetUguuPort}`, // denom: 'uguu', // creditAmount: 2000000, @@ -140,7 +140,7 @@ const configs = [ // maxCredit: 9, // }, // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyEB}:${faucetUethPort}`, // denom: 'ueth', // creditAmount: 1000, @@ -178,14 +178,14 @@ const configs = [ // extension: { // faucet: [ // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyEC}:${faucetUbtcPort}`, // denom: 'ubtc', // creditAmount: 100, // amount to credit in max request // maxCredit: 99, // account has already maxCredit balance cannot claim anymore // }, // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyEC}:${faucetUguuPort}`, // denom: 'uguu', // creditAmount: 2000000, @@ -199,7 +199,7 @@ const configs = [ // maxCredit: 9, // }, // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyEC}:${faucetUethPort}`, // denom: 'ueth', // creditAmount: 1000, @@ -237,14 +237,14 @@ const configs = [ // extension: { // faucet: [ // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyED}:${faucetUbtcPort}`, // denom: 'ubtc', // creditAmount: 100, // amount to credit in max request // maxCredit: 99, // account has already maxCredit balance cannot claim anymore // }, // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyED}:${faucetUguuPort}`, // denom: 'uguu', // creditAmount: 2000000, @@ -258,7 +258,7 @@ const configs = [ // maxCredit: 9, // }, // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyED}:${faucetUethPort}`, // denom: 'ueth', // creditAmount: 1000, diff --git a/projects/portal/editions/ununifi/launch/ununifi-9-beta-test-v1/firebase-hosting/config.js b/projects/portal/editions/ununifi/launch/ununifi-9-beta-test-v1/firebase-hosting/config.js index e6726f79f..5da7e8a9e 100644 --- a/projects/portal/editions/ununifi/launch/ununifi-9-beta-test-v1/firebase-hosting/config.js +++ b/projects/portal/editions/ununifi/launch/ununifi-9-beta-test-v1/firebase-hosting/config.js @@ -60,14 +60,14 @@ const configs = [ extension: { faucet: [ { - hasFaucet: true, + hasFaucet: false, faucetURL: `${location.protocol}//${domainCauchyEA}:${faucetUbtcPort}`, denom: 'ubtc', creditAmount: 100, // amount to credit in max request maxCredit: 99, // account has already maxCredit balance cannot claim anymore }, { - hasFaucet: true, + hasFaucet: false, faucetURL: `${location.protocol}//${domainCauchyEA}:${faucetUguuPort}`, denom: 'uguu', creditAmount: 2000000, @@ -81,7 +81,7 @@ const configs = [ maxCredit: 9, }, { - hasFaucet: true, + hasFaucet: false, faucetURL: `${location.protocol}//${domainCauchyEA}:${faucetUethPort}`, denom: 'ueth', creditAmount: 1000, @@ -119,14 +119,14 @@ const configs = [ // extension: { // faucet: [ // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyEB}:${faucetUbtcPort}`, // denom: 'ubtc', // creditAmount: 100, // amount to credit in max request // maxCredit: 99, // account has already maxCredit balance cannot claim anymore // }, // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyEB}:${faucetUguuPort}`, // denom: 'uguu', // creditAmount: 2000000, @@ -140,7 +140,7 @@ const configs = [ // maxCredit: 9, // }, // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyEB}:${faucetUethPort}`, // denom: 'ueth', // creditAmount: 1000, @@ -178,14 +178,14 @@ const configs = [ // extension: { // faucet: [ // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyEC}:${faucetUbtcPort}`, // denom: 'ubtc', // creditAmount: 100, // amount to credit in max request // maxCredit: 99, // account has already maxCredit balance cannot claim anymore // }, // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyEC}:${faucetUguuPort}`, // denom: 'uguu', // creditAmount: 2000000, @@ -199,7 +199,7 @@ const configs = [ // maxCredit: 9, // }, // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyEC}:${faucetUethPort}`, // denom: 'ueth', // creditAmount: 1000, @@ -237,14 +237,14 @@ const configs = [ // extension: { // faucet: [ // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyED}:${faucetUbtcPort}`, // denom: 'ubtc', // creditAmount: 100, // amount to credit in max request // maxCredit: 99, // account has already maxCredit balance cannot claim anymore // }, // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyED}:${faucetUguuPort}`, // denom: 'uguu', // creditAmount: 2000000, @@ -258,7 +258,7 @@ const configs = [ // maxCredit: 9, // }, // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyED}:${faucetUethPort}`, // denom: 'ueth', // creditAmount: 1000, diff --git a/projects/portal/editions/ununifi/launch/ununifi-beta-test/firebase-hosting/config.js b/projects/portal/editions/ununifi/launch/ununifi-beta-test/firebase-hosting/config.js index e6726f79f..5da7e8a9e 100644 --- a/projects/portal/editions/ununifi/launch/ununifi-beta-test/firebase-hosting/config.js +++ b/projects/portal/editions/ununifi/launch/ununifi-beta-test/firebase-hosting/config.js @@ -60,14 +60,14 @@ const configs = [ extension: { faucet: [ { - hasFaucet: true, + hasFaucet: false, faucetURL: `${location.protocol}//${domainCauchyEA}:${faucetUbtcPort}`, denom: 'ubtc', creditAmount: 100, // amount to credit in max request maxCredit: 99, // account has already maxCredit balance cannot claim anymore }, { - hasFaucet: true, + hasFaucet: false, faucetURL: `${location.protocol}//${domainCauchyEA}:${faucetUguuPort}`, denom: 'uguu', creditAmount: 2000000, @@ -81,7 +81,7 @@ const configs = [ maxCredit: 9, }, { - hasFaucet: true, + hasFaucet: false, faucetURL: `${location.protocol}//${domainCauchyEA}:${faucetUethPort}`, denom: 'ueth', creditAmount: 1000, @@ -119,14 +119,14 @@ const configs = [ // extension: { // faucet: [ // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyEB}:${faucetUbtcPort}`, // denom: 'ubtc', // creditAmount: 100, // amount to credit in max request // maxCredit: 99, // account has already maxCredit balance cannot claim anymore // }, // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyEB}:${faucetUguuPort}`, // denom: 'uguu', // creditAmount: 2000000, @@ -140,7 +140,7 @@ const configs = [ // maxCredit: 9, // }, // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyEB}:${faucetUethPort}`, // denom: 'ueth', // creditAmount: 1000, @@ -178,14 +178,14 @@ const configs = [ // extension: { // faucet: [ // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyEC}:${faucetUbtcPort}`, // denom: 'ubtc', // creditAmount: 100, // amount to credit in max request // maxCredit: 99, // account has already maxCredit balance cannot claim anymore // }, // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyEC}:${faucetUguuPort}`, // denom: 'uguu', // creditAmount: 2000000, @@ -199,7 +199,7 @@ const configs = [ // maxCredit: 9, // }, // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyEC}:${faucetUethPort}`, // denom: 'ueth', // creditAmount: 1000, @@ -237,14 +237,14 @@ const configs = [ // extension: { // faucet: [ // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyED}:${faucetUbtcPort}`, // denom: 'ubtc', // creditAmount: 100, // amount to credit in max request // maxCredit: 99, // account has already maxCredit balance cannot claim anymore // }, // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyED}:${faucetUguuPort}`, // denom: 'uguu', // creditAmount: 2000000, @@ -258,7 +258,7 @@ const configs = [ // maxCredit: 9, // }, // { - // hasFaucet: true, + // hasFaucet: false, // faucetURL: `${location.protocol}//${domainCauchyED}:${faucetUethPort}`, // denom: 'ueth', // creditAmount: 1000,