Skip to content

Commit

Permalink
For the culture
Browse files Browse the repository at this point in the history
  • Loading branch information
noisekit committed Apr 7, 2024
1 parent 1ff6029 commit e1063cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/sccp/sccp-319.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sccp: 319
title: Increase Base LP limit to 20m USDC
title: Increase Base LP limit to 21.92m USDC
type: Governance
network: Base
author: Noisekit
Expand All @@ -21,8 +21,8 @@ Increase the maximum amount of liquidity that can be provided to Base Andromeda
<!--A short (~200 word) description of the variable change proposed.-->
Increase maximum USDC LP cap from $10m to $20m by setting

- `system.CoreProxy.configureMaximumMarketCollateral(uint128 marketId,address collateralType,uint256 amount)` = [1, 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913, 20000000000000000000000000]
- `spotFactory.SpotMarketProxy.setWrapper(uint128 marketId,address wrapCollateralType,uint256 maxWrappableAmount)` = [1, 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913, 20000000000000000000000000]
- `system.CoreProxy.configureMaximumMarketCollateral(uint128 marketId,address collateralType,uint256 amount)` = [1, 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913, 21920000000000000000000000]
- `spotFactory.SpotMarketProxy.setWrapper(uint128 marketId,address wrapCollateralType,uint256 maxWrappableAmount)` = [1, 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913, 21920000000000000000000000]


## Motivation
Expand Down

0 comments on commit e1063cc

Please sign in to comment.