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');
13
13
const { unwrapCollateral } = require ( '../../tasks/unwrapCollateral' ) ;
14
14
const { syncTime } = require ( '../../tasks/syncTime' ) ;
15
15
16
- const SYNTH_USDC_MAX_MARKET_COLLATERAL = 10_000_000 ;
16
+ const SYNTH_USDC_MAX_MARKET_COLLATERAL = 21_920_000 ;
17
17
18
18
describe ( require ( 'path' ) . basename ( __filename , '.e2e.js' ) , function ( ) {
19
19
const provider = new ethers . providers . JsonRpcProvider (
Original file line number Diff line number Diff line change 1
1
[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
3
3
4
4
[setting .spotStrictStalenessTolerance ]
5
5
defaultValue = " 60"
You can’t perform that action at this time.
0 commit comments