From e1063ccc6f3a3a8ae6fa3cb2987d3af3f9dc3b28 Mon Sep 17 00:00:00 2001 From: Noisekit Date: Mon, 8 Apr 2024 07:49:52 +0800 Subject: [PATCH] For the culture --- content/sccp/sccp-319.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/sccp/sccp-319.md b/content/sccp/sccp-319.md index 56ff5dde3..b28bc8265 100644 --- a/content/sccp/sccp-319.md +++ b/content/sccp/sccp-319.md @@ -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 @@ -21,8 +21,8 @@ Increase the maximum amount of liquidity that can be provided to Base Andromeda 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