From 94e90252c848028d2b4cf4bc8ac5b67f8a3f6210 Mon Sep 17 00:00:00 2001 From: Richa-iitr Date: Wed, 6 Apr 2022 22:21:36 +0530 Subject: [PATCH] minor correction --- scripts/tests/optimism/tokens.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tests/optimism/tokens.ts b/scripts/tests/optimism/tokens.ts index 2ec0a48d..d12cd92c 100644 --- a/scripts/tests/optimism/tokens.ts +++ b/scripts/tests/optimism/tokens.ts @@ -83,5 +83,5 @@ export const tokenMapping: Record = { // const contract = new ethers.Contract(this.address, this.abi, owner); // await mineTx(contract.transfer(address, amt)); // }, - }, + // }, };