Update floBlockchainAPI.js

This commit is contained in:
tripathyr 2025-06-29 08:54:49 +05:30 committed by GitHub
parent ce28176563
commit d0a98966b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,10 +3,11 @@
'use strict';
const floBlockchainAPI = EXPORTS;
/* Updating Blockbook */
const DEFAULT = {
blockchain: floGlobals.blockchain,
apiURL: {
FLO: ['https://blockbook.flocard.app/'],
FLO: ['https://blockbook.flocard.app/'],
FLO_TEST: ['https://blockbook-testnet.ranchimall.net/']
},
sendAmt: 0.0003,