Skip to content

Commit

Permalink
Trigger unwrap sooner on avax
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Dec 19, 2023
1 parent 827ca3b commit 9976245
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 @@ -267,7 +267,7 @@ export const RPC_CONFIG: Record<Chain, RpcConfig> = {
unwrap: {
...defaultUnwrapConfig,
minAmountOfWNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.05),
maxAmountOfNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.1),
maxAmountOfNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.2),
},
},
base: {
Expand Down

0 comments on commit 9976245

Please sign in to comment.