Workflow updating files of ribc

This commit is contained in:
RanchiMall Dev 2025-06-29 03:16:56 +00:00
parent 53eb95025e
commit 5b2f87014d

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 = {});