Update floBlockchainAPI.js

Exposing floBlockchainAPI.apiURL = DEFAULT.apiURL[DEFAULT.blockchain][0];
This commit is contained in:
tripathyr 2025-08-26 09:43:09 +05:30 committed by GitHub
parent 0dea400320
commit c94a169c8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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';