Skip to content

Commit

Permalink
Make mode unwrap more often
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Jun 23, 2024
1 parent 4e8fff1 commit 1fc3eb5
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 @@ -570,7 +570,7 @@ export const RPC_CONFIG: Record<Chain, RpcConfig> = {
},
unwrap: {
...defaultUnwrapConfig,
minAmountOfWNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.01),
minAmountOfWNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.00001),
maxAmountOfNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.01),
setTransactionGasLimit: false,
},
Expand Down

0 comments on commit 1fc3eb5

Please sign in to comment.