diff --git a/tests/ops.ts b/tests/ops.ts index 0ce8199..d96c99f 100644 --- a/tests/ops.ts +++ b/tests/ops.ts @@ -47,7 +47,7 @@ const programId = new web3.PublicKey("ZETAjseVjuFsxdRxo6MmTCvqFwb3ZHUx56Co3vCmGi console.log("chain_id_bn:", chain_id_bn.toNumber()); // Uncomment the following to initialize the gateway program; - // can only be intialized once + // can only be initialized once // try { // const inst = await gatewayProgram.methods.initialize(tssAddressArray,chain_id_bn).transaction(); // console.log("initialize inst:", inst);