Skip to content

Commit

Permalink
Trigger unwrap sooner on zkevm
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Dec 19, 2023
1 parent ae7f2c4 commit 827ca3b
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 @@ -605,7 +605,7 @@ export const RPC_CONFIG: Record<Chain, RpcConfig> = {
unwrap: {
...defaultUnwrapConfig,
minAmountOfWNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.005),
maxAmountOfNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.01),
maxAmountOfNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.02),
},
harvest: {
...defaultHarvestConfig,
Expand Down

0 comments on commit 827ca3b

Please sign in to comment.