Skip to content

Commit

Permalink
chore: remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Feb 6, 2024
1 parent 36df455 commit 6a7151a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/deploy/2_new_version/22_publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
pluginRepo.address,
deployer.address,
PLUGIN_REPO_PERMISSIONS.MAINTAINER_PERMISSION_ID,
'0x00' // TODO
[]
)
) {
tx = await pluginRepo.createVersion(
Expand Down

0 comments on commit 6a7151a

Please sign in to comment.