Skip to content

Commit

Permalink
Re.al trxs are not that cheap
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Aug 12, 2024
1 parent b1c3cb2 commit fcf1a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -745,8 +745,8 @@ export const RPC_CONFIG: Record<Chain, RpcConfig> = {
},
unwrap: {
...defaultUnwrapConfig,
minAmountOfWNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.00005),
maxAmountOfNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.0001),
minAmountOfWNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.001),
maxAmountOfNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.002),
},
revenueBridgeHarvest: {
...defaultRevenueBridgeHarvestConfig,
Expand Down

0 comments on commit fcf1a6a

Please sign in to comment.