From 27fb7ba5adf5b8d180b525d6a3bf7d5f31c7de3d Mon Sep 17 00:00:00 2001 From: adnpark Date: Mon, 15 Jul 2024 20:57:57 +0900 Subject: [PATCH] chore: format --- src/command/index.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/command/index.ts b/src/command/index.ts index e315fec..465a7f1 100644 --- a/src/command/index.ts +++ b/src/command/index.ts @@ -132,10 +132,7 @@ program "-v, --verify-contract [CONTRACT_NAME]", "verify the deployment on Etherscan" ) - .option( - "-g, --call-gas-limit ", - "gas limit for the call", - ) + .option("-g, --call-gas-limit ", "gas limit for the call") .action(async (options) => { const { file,