From f39de21198aa748b0e0595f7826dd1217f6f69a3 Mon Sep 17 00:00:00 2001 From: SaketAnand Date: Sat, 13 Sep 2025 12:36:59 +0530 Subject: [PATCH] updated default fee required for sending tokens updated the send amount, fee required, and the minimum change amount needed for sending tokens using the "send token" section of the UI --- scripts/floBlockchainAPI.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/floBlockchainAPI.js b/scripts/floBlockchainAPI.js index d703c7b..0576b25 100644 --- a/scripts/floBlockchainAPI.js +++ b/scripts/floBlockchainAPI.js @@ -9,9 +9,9 @@ FLO: ['https://blockbook.ranchimall.net/'], FLO_TEST: ['https://blockbook-testnet.ranchimall.net/'] }, - sendAmt: 0.0003, - fee: 0.0002, - minChangeAmt: 0.0002, + sendAmt: 0.00001, + fee: 0.00001, + minChangeAmt: 0.00001, receiverID: floGlobals.adminID };