From c94a169c8cc8ec23cb270edbbd809f22083f3b10 Mon Sep 17 00:00:00 2001 From: tripathyr Date: Tue, 26 Aug 2025 09:43:09 +0530 Subject: [PATCH] Update floBlockchainAPI.js Exposing floBlockchainAPI.apiURL = DEFAULT.apiURL[DEFAULT.blockchain][0]; --- scripts/floBlockchainAPI.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/floBlockchainAPI.js b/scripts/floBlockchainAPI.js index 6389c6e..e6736c8 100644 --- a/scripts/floBlockchainAPI.js +++ b/scripts/floBlockchainAPI.js @@ -16,6 +16,7 @@ receiverID: floGlobals.adminID }; + floBlockchainAPI.apiURL = DEFAULT.apiURL[DEFAULT.blockchain][0]; const SATOSHI_IN_BTC = 1e8; const isUndefined = val => typeof val === 'undefined';