Workflow updating files of floscout

This commit is contained in:
RanchiMall Dev 2025-07-28 08:20:40 +00:00
parent ccc39ab4e9
commit 48a87ba135
2 changed files with 3 additions and 3 deletions

View File

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

File diff suppressed because one or more lines are too long