Skip to content

Commit

Permalink
Update scripts/GasEstimation.ts
Browse files Browse the repository at this point in the history
Co-authored-by: franciscotobar <[email protected]>
  • Loading branch information
antomor and franciscotobar authored Jan 5, 2024
1 parent c094450 commit 8f94b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/GasEstimation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ async function estimateDeployCost(tokenAmount = '0') {
relayHub: relayHub.address,
to: constants.AddressZero,
tokenAmount,
tokenContract: constants.AddressZero,
tokenContract: token.address,
tokenGas,
value: '0',
validUntilTime: 0,
Expand Down

0 comments on commit 8f94b31

Please sign in to comment.