Update floBlockchainAPI.js

This commit is contained in:
Vivek Teega 2023-10-06 14:07:01 +05:30 committed by GitHub
parent 0b547f73e9
commit 2ac32bf360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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