From 04bf4c3a910d9fa01175255b4f0968405b1d63ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Obrok?= Date: Fri, 4 Nov 2022 12:39:37 +0100 Subject: [PATCH 1/2] Add missing export --- contracts/env/fe-benjamin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/env/fe-benjamin b/contracts/env/fe-benjamin index 17183c6504..0fd978a5b2 100644 --- a/contracts/env/fe-benjamin +++ b/contracts/env/fe-benjamin @@ -14,4 +14,4 @@ export TICKET_BALANCE=100 export INITIAL_PRICE=69 # serious environment with no hacks -ENV_NAME=prod +export ENV_NAME=prod From 1347849a7950ed686aed07d03b40137b04b89cd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Obrok?= Date: Fri, 4 Nov 2022 16:00:20 +0100 Subject: [PATCH 2/2] Change feature-env ENV_NAME --- contracts/env/fe-benjamin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/env/fe-benjamin b/contracts/env/fe-benjamin index 0fd978a5b2..2e168f67bc 100644 --- a/contracts/env/fe-benjamin +++ b/contracts/env/fe-benjamin @@ -13,5 +13,5 @@ export TICKET_BALANCE=100 # initial price of ticket on the marketplace export INITIAL_PRICE=69 -# serious environment with no hacks -export ENV_NAME=prod +# semi-serious environment with no hacks +export ENV_NAME=feature-env