diff --git a/src/app/pages/FastBtcPage/constants.ts b/src/app/pages/FastBtcPage/constants.ts index aa567847a..da7a6aa33 100644 --- a/src/app/pages/FastBtcPage/constants.ts +++ b/src/app/pages/FastBtcPage/constants.ts @@ -1,9 +1,9 @@ // https://github.com/DistributedCollective/FastBTC/blob/development/config/config-main.js#L15 -export const DEPOSIT_FEE_SATS = 6000; +export const DEPOSIT_FEE_SATS = 5000; // hardcoded 0.2% dynamic fee // https://github.com/DistributedCollective/FastBTC/blob/development/controller/rskCtrl.js#L64 -export const DEPOSIT_FEE_DYNAMIC = 20; +export const DEPOSIT_FEE_DYNAMIC = 75; // https://github.com/DistributedCollective/bidirectional-fastbtc/blob/master/packages/fastbtc-contracts/contracts/FastBTCBridge.sol#L105 export const DYNAMIC_FEE_DIVISOR = 10000;