Skip to content

Commit 767648d

Browse files
committed
chore: fix script tag
1 parent b85cd6e commit 767648d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/solidity-contracts/deploy/testnet/019.portal_upgrade.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
5555
return true;
5656
};
5757

58-
func.tags = ['021_portal_upgrade'];
59-
func.id = '021_portal_upgrade';
58+
func.tags = ['019_portal_upgrade'];
59+
func.id = '019_portal_upgrade';
6060
export default func;

0 commit comments

Comments
 (0)