File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
core/tests/highlevel-test-tools/src Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -54,27 +54,6 @@ export async function migrateToGatewayIfNeeded(chainName: string): Promise<void>
5454 ) ;
5555
5656 console . log ( `✅ Successfully migrated chain ${ chainName } to gateway` ) ;
57-
58- let server = await startServer ( chainName ) ;
59-
60- await executeCommand (
61- 'zkstack' ,
62- [
63- 'chain' ,
64- 'gateway' ,
65- 'migrate-token-balances ' ,
66- '--to-gateway' ,
67- '--chain' ,
68- chainName ,
69- '--gateway-chain-name' ,
70- 'gateway'
71- ] ,
72- chainName ,
73- 'gateway_token_balance_migration'
74- ) ;
75-
76- await server . kill ( ) ;
77- console . log ( `✅ Successfully migrated token balance of chain ${ chainName } to gateway` ) ;
7857 } finally {
7958 // Always release the mutex
8059 gatewayMutex . release ( ) ;
You can’t perform that action at this time.
0 commit comments