Skip to content

Commit 64d8efd

Browse files
committed
test fixes
1 parent c9c2f36 commit 64d8efd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/tests/highlevel-test-tools/src/create-chain.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,9 @@ export async function createChainAndStartServer(chainType: ChainType, testSuiteN
226226
chainConfig.chainName,
227227
'--validium-type',
228228
'no-da',
229-
...(process.env.USE_GATEWAY_CHAIN === 'WITH_GATEWAY' ? ['--skip-priority-txs'] : []),
229+
...(process.env.USE_GATEWAY_CHAIN === 'WITH_GATEWAY'
230+
? ['--skip-priority-txs', '--pause-deposits']
231+
: []),
230232
'--verbose'
231233
],
232234
chainConfig.chainName,

0 commit comments

Comments
 (0)