From 751455fb237fff1e8b32bc669d3c2056be2f578a Mon Sep 17 00:00:00 2001 From: xlcrr Date: Thu, 20 Apr 2023 21:03:44 +0100 Subject: [PATCH] change helios --- littercoin/lib/helios.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/littercoin/lib/helios.mjs b/littercoin/lib/helios.mjs index 0675fb08..2523d17a 100644 --- a/littercoin/lib/helios.mjs +++ b/littercoin/lib/helios.mjs @@ -252,7 +252,7 @@ const TAB = " "; * Set to false if using the library for mainnet (impacts Addresses) * @type {boolean} */ -export var IS_TESTNET = true; +export var IS_TESTNET = false; /** * Calculating the execution budget during tx building requires knowing all the inputs beforehand,