We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85cd6e commit 767648dCopy full SHA for 767648d
packages/solidity-contracts/deploy/testnet/019.portal_upgrade.ts
@@ -55,6 +55,6 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
55
return true;
56
};
57
58
-func.tags = ['021_portal_upgrade'];
59
-func.id = '021_portal_upgrade';
+func.tags = ['019_portal_upgrade'];
+func.id = '019_portal_upgrade';
60
export default func;
0 commit comments