From 2316fd3eacdf51be675d91b2f381f4b6704400ab Mon Sep 17 00:00:00 2001 From: Santiago Botero Ruiz Date: Thu, 26 Dec 2024 22:39:11 -0500 Subject: [PATCH] fixed developer license price --- src/config/default.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/default.ts b/src/config/default.ts index 13a9090b..1bb65fbf 100644 --- a/src/config/default.ts +++ b/src/config/default.ts @@ -1,5 +1,5 @@ const { - LICENSE_PRICE_USD = 5, + LICENSE_PRICE_USD = 0, DCX_IN_USD = 0.001, DIMO_IN_USD = 0.16, } = process.env;