Skip to content

Commit fc5cd65

Browse files
committed
chore: formatting
1 parent 16a440e commit fc5cd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/solidity-contracts/scripts/hardhat/verifyDeployment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ task('verify-deployment', 'Verifies proxy upgrades').setAction(
6363
const receipt = await ethers.provider.getTransactionReceipt(
6464
fetchedDeploymentTx?.hash!
6565
);
66-
66+
6767
// checking for null/undefined value too
6868
if (
6969
fetchedDeploymentTx?.data &&

0 commit comments

Comments
 (0)