Skip to content

Commit

Permalink
Unwrap avax sooner
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Nov 17, 2024
1 parent ac534b8 commit 5ef2fac
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 @@ -309,7 +309,7 @@ export const RPC_CONFIG: Record<Chain, RpcConfig> = {
unwrap: {
...defaultUnwrapConfig,
minAmountOfWNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.05),
maxAmountOfNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.2),
maxAmountOfNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.5),
},
},
base: {
Expand Down

0 comments on commit 5ef2fac

Please sign in to comment.