Skip to content

Commit

Permalink
Update cro unwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Jan 12, 2024
1 parent 7558cc4 commit e233879
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 @@ -363,7 +363,7 @@ export const RPC_CONFIG: Record<Chain, RpcConfig> = {
unwrap: {
...defaultUnwrapConfig,
minAmountOfWNativeWei: bigintMultiplyFloat(ONE_ETHER, 1.5), // 1.5 cro
maxAmountOfNativeWei: bigintMultiplyFloat(ONE_ETHER, 3.5),
maxAmountOfNativeWei: bigintMultiplyFloat(ONE_ETHER, 30),
},
},
emerald: {
Expand Down

0 comments on commit e233879

Please sign in to comment.