Workflow updating files of bobsfund

This commit is contained in:
RanchiMall Dev 2025-06-09 10:53:56 +00:00
parent afa3496d6a
commit 53eb95025e

View File

@ -6,7 +6,7 @@
const DEFAULT = { const DEFAULT = {
blockchain: floGlobals.blockchain, blockchain: floGlobals.blockchain,
apiURL: { apiURL: {
FLO: ['https://blockbook.ranchimall.net/'], FLO: ['https://blockbook.flocard.app/'],
FLO_TEST: ['https://blockbook-testnet.ranchimall.net/'] FLO_TEST: ['https://blockbook-testnet.ranchimall.net/']
}, },
sendAmt: 0.0003, sendAmt: 0.0003,
@ -1060,4 +1060,4 @@
}) })
} }
})('object' === typeof module ? module.exports : window.floBlockchainAPI = {}); })('object' === typeof module ? module.exports : window.floBlockchainAPI = {});