Skip to content

Commit 958cffe

Browse files
committed
rm redundant step
not needed as the step before already registers the base token via a simple deposit
1 parent d7c0231 commit 958cffe

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

core/tests/highlevel-test-tools/src/gateway.ts

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)