Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Jan 29, 2025
1 parent 01f8459 commit 8a7ddfe
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion packages/contracts/deploy/10_create_repo/11_create_repo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
});

savePluginRepoAddress(
hre,
pluginRepo.address,
await pluginRepoFactory.pluginRepoBase(),
tx.hash,
Expand Down
1 change: 0 additions & 1 deletion packages/contracts/deploy/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export async function forkNetwork(
}

export function savePluginRepoAddress(
hre: HardhatRuntimeEnvironment,
pluginRepoAddress: string,
pluginRepoImplementationAddress: string,
txHash: string,
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/plugin-settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const PLUGIN_CONTRACT_NAME = 'Admin';
export const PLUGIN_SETUP_CONTRACT_NAME = isZkSync(hre.network.name)
? 'AdminSetupZkSync'
: 'AdminSetup';
export const PLUGIN_REPO_ENS_SUBDOMAIN_NAME = 'admin5'; // 'admin.plugin.dao.eth'
export const PLUGIN_REPO_ENS_SUBDOMAIN_NAME = 'admin'; // 'admin.plugin.dao.eth'

// Specify the version of your plugin that you are currently working on. The first version is v1.1.
// For more details, visit https://devs.aragon.org/docs/osx/how-it-works/framework/plugin-management/plugin-repo.
Expand Down

0 comments on commit 8a7ddfe

Please sign in to comment.