Skip to content

Commit

Permalink
temporarily disable connector
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Nov 8, 2024
1 parent 17276c3 commit cc8ddba
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions packages/localnet/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,15 @@ const prepareEVM = async (deployer: Signer, tss: Signer) => {
deployer
);

await zetaConnectorProxy.initialize(
gatewayEVM.target,
testEVMZeta.target,
await tss.getAddress(),
await deployer.getAddress(),
deployOpts
);
// Temporarily disable
//
// await zetaConnectorProxy.initialize(
// gatewayEVM.target,
// testEVMZeta.target,
// await tss.getAddress(),
// await deployer.getAddress(),
// deployOpts
// );

await custodyProxy.initialize(
gatewayEVM.target,
Expand Down

0 comments on commit cc8ddba

Please sign in to comment.