File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
e2e/tests/omnibus-base-mainnet-andromeda.toml
tomls/omnibus-base-mainnet-andromeda/spot Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const { wrapCollateral } = require('../../tasks/wrapCollateral');
1313const { unwrapCollateral } = require ( '../../tasks/unwrapCollateral' ) ;
1414const { 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
1818describe ( require ( 'path' ) . basename ( __filename , '.e2e.js' ) , function ( ) {
1919 const provider = new ethers . providers . JsonRpcProvider (
Original file line number Diff line number Diff line change 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 ]
55defaultValue = " 60"
You can’t perform that action at this time.
0 commit comments