Exposing floBlockchainAPI.apiURL
This commit is contained in:
parent
3750d98038
commit
f228efb855
@ -15,6 +15,7 @@
|
||||
receiverID: floGlobals.adminID
|
||||
};
|
||||
|
||||
floBlockchainAPI.apiURL = DEFAULT.apiURL[DEFAULT.blockchain][0];
|
||||
const SATOSHI_IN_BTC = 1e8;
|
||||
const isUndefined = val => typeof val === 'undefined';
|
||||
|
||||
@ -1060,4 +1061,4 @@
|
||||
})
|
||||
}
|
||||
|
||||
})('object' === typeof module ? module.exports : window.floBlockchainAPI = {});
|
||||
})('object' === typeof module ? module.exports : window.floBlockchainAPI = {});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user