From 53eb95025e58284e5dbad9a8416bbf36c93b5844 Mon Sep 17 00:00:00 2001 From: RanchiMall Dev Date: Mon, 9 Jun 2025 10:53:56 +0000 Subject: [PATCH] Workflow updating files of bobsfund --- bobsfund/scripts/floBlockchainAPI.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bobsfund/scripts/floBlockchainAPI.js b/bobsfund/scripts/floBlockchainAPI.js index 4cc37ac..22542e9 100644 --- a/bobsfund/scripts/floBlockchainAPI.js +++ b/bobsfund/scripts/floBlockchainAPI.js @@ -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 = {}); \ No newline at end of file +})('object' === typeof module ? module.exports : window.floBlockchainAPI = {});