Skip to content

Commit

Permalink
Remove unused variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
kisialiou committed Dec 19, 2024
1 parent a969f78 commit a570074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ task("upgrade-bridge-token", "Upgrades a BridgeToken to a new implementation")
taskArgs.nearTokenAccount,
await BridgeTokenV2.getAddress(),
)
const receipt = await tx.wait()
await tx.wait()

console.log(
JSON.stringify({
Expand Down

0 comments on commit a570074

Please sign in to comment.