Update floBlockchainAPI.js

This commit is contained in:
tripathyr 2025-07-31 09:44:22 +05:30 committed by GitHub
parent 67f875b6d4
commit 960b387e8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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