From 56527dbddee07453f080cb70fc488f78154541bf Mon Sep 17 00:00:00 2001 From: Antonio Date: Fri, 5 Jan 2024 09:48:23 +0100 Subject: [PATCH] style: apply format rule --- scripts/GasEstimation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/GasEstimation.ts b/scripts/GasEstimation.ts index aa3dcda7..4b056ab9 100644 --- a/scripts/GasEstimation.ts +++ b/scripts/GasEstimation.ts @@ -359,7 +359,7 @@ async function estimateDeployCost(tokenAmount = '0') { relayHub: relayHub.address, to: constants.AddressZero, tokenAmount, - tokenContract: token.address, + tokenContract: token.address, tokenGas, value: '0', validUntilTime: 0,