Skip to content

Commit

Permalink
Avoid unprofitable unwraps
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Jul 27, 2024
1 parent 4d641ec commit 0932163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ export const RPC_CONFIG: Record<Chain, RpcConfig> = {
},
unwrap: {
...defaultUnwrapConfig,
minAmountOfWNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.00005),
minAmountOfWNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.0005),
maxAmountOfNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.0001),
setTransactionGasLimit: false,
},
Expand Down

0 comments on commit 0932163

Please sign in to comment.