Skip to content

Commit

Permalink
SCCP-319 Increase Base LP limit to 21.92m USDC (#184)
Browse files Browse the repository at this point in the history
* SCCP-319 Increase Base LP limit to 20m USDC

* For the culture
  • Loading branch information
noisekit authored Apr 8, 2024
1 parent 5edae5f commit e62f748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const { wrapCollateral } = require('../../tasks/wrapCollateral');
const { unwrapCollateral } = require('../../tasks/unwrapCollateral');
const { syncTime } = require('../../tasks/syncTime');

const SYNTH_USDC_MAX_MARKET_COLLATERAL = 10_000_000;
const SYNTH_USDC_MAX_MARKET_COLLATERAL = 21_920_000;

describe(require('path').basename(__filename, '.e2e.js'), function () {
const provider = new ethers.providers.JsonRpcProvider(
Expand Down
2 changes: 1 addition & 1 deletion tomls/omnibus-base-mainnet-andromeda/spot/usdc.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[setting.synthUsdcMaxMarketCollateral]
defaultValue = "<%= parseEther(String(10_000_000)) %>" #$10m USDC LP cap
defaultValue = "<%= parseEther(String(21_920_000)) %>" # $21.92m USDC LP cap

[setting.spotStrictStalenessTolerance]
defaultValue = "60"
Expand Down

0 comments on commit e62f748

Please sign in to comment.