Exposing floBlockchainAPI.apiURL

This commit is contained in:
tripathyr 2025-08-26 09:41:19 +05:30 committed by GitHub
parent 3750d98038
commit f228efb855
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,7 @@
receiverID: floGlobals.adminID receiverID: floGlobals.adminID
}; };
floBlockchainAPI.apiURL = DEFAULT.apiURL[DEFAULT.blockchain][0];
const SATOSHI_IN_BTC = 1e8; const SATOSHI_IN_BTC = 1e8;
const isUndefined = val => typeof val === 'undefined'; const isUndefined = val => typeof val === 'undefined';
@ -1060,4 +1061,4 @@
}) })
} }
})('object' === typeof module ? module.exports : window.floBlockchainAPI = {}); })('object' === typeof module ? module.exports : window.floBlockchainAPI = {});