From e4b07eb3bcece44efb54ef2f9e674dc5922abba4 Mon Sep 17 00:00:00 2001 From: James Piechota Date: Wed, 20 Sep 2023 14:38:45 +0000 Subject: [PATCH] Drop the PRICE_2_6_8_TRANITION_START by 5 days to keep it at roughly Dec. 14 --- apps/arweave/include/ar_pricing.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/arweave/include/ar_pricing.hrl b/apps/arweave/include/ar_pricing.hrl index f9aa19677..2876d3866 100644 --- a/apps/arweave/include/ar_pricing.hrl +++ b/apps/arweave/include/ar_pricing.hrl @@ -64,7 +64,7 @@ end). -ifdef(FORKS_RESET). -define(PRICE_2_6_8_TRANSITION_START, 0). -else. - -define(PRICE_2_6_8_TRANSITION_START, (30 * 24 * 195)). % ~6.5 months / Dec. 14, 2023 + -define(PRICE_2_6_8_TRANSITION_START, (30 * 24 * 190)). % ~6.5 months / Dec. 14, 2023 -endif. -endif. -endif.