Skip to content

Commit e62f748

Browse files
authored
SCCP-319 Increase Base LP limit to 21.92m USDC (#184)
* SCCP-319 Increase Base LP limit to 20m USDC * For the culture
1 parent 5edae5f commit e62f748

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e/tests/omnibus-base-mainnet-andromeda.toml/Collateral_Limits.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const { wrapCollateral } = require('../../tasks/wrapCollateral');
1313
const { unwrapCollateral } = require('../../tasks/unwrapCollateral');
1414
const { syncTime } = require('../../tasks/syncTime');
1515

16-
const SYNTH_USDC_MAX_MARKET_COLLATERAL = 10_000_000;
16+
const SYNTH_USDC_MAX_MARKET_COLLATERAL = 21_920_000;
1717

1818
describe(require('path').basename(__filename, '.e2e.js'), function () {
1919
const provider = new ethers.providers.JsonRpcProvider(

tomls/omnibus-base-mainnet-andromeda/spot/usdc.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[setting.synthUsdcMaxMarketCollateral]
2-
defaultValue = "<%= parseEther(String(10_000_000)) %>" #$10m USDC LP cap
2+
defaultValue = "<%= parseEther(String(21_920_000)) %>" # $21.92m USDC LP cap
33

44
[setting.spotStrictStalenessTolerance]
55
defaultValue = "60"

0 commit comments

Comments
 (0)