Update floBlockchainAPI.js

This commit is contained in:
tripathyr 2025-06-09 16:22:05 +05:30 committed by GitHub
parent e13a48463d
commit 9a73f7567c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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