Skip to content

Commit

Permalink
fix: change plugin setting back
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Jan 17, 2025
1 parent 8f1fa75 commit 11fa3f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/contracts/plugin-settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import {VersionTag} from '@aragon/osx-commons-sdk';

export const PLUGIN_CONTRACT_NAME = 'Multisig';
export const PLUGIN_SETUP_CONTRACT_NAME = 'MultisigSetup';
export const PLUGIN_REPO_ENS_SUBDOMAIN_NAME = 'test-multisig-1'; // 'multisig.plugin.dao.eth'
export const PLUGIN_REPO_ENS_SUBDOMAIN_NAME = 'multisig'; // 'multisig.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.
export const VERSION: VersionTag = {
release: 1, // Increment this number ONLY if breaking/incompatible changes were made. Updates between releases are NOT possible.
build: 1, // Increment this number if non-breaking/compatible changes were made. Updates to newer builds are possible.
build: 3, // Increment this number if non-breaking/compatible changes were made. Updates to newer builds are possible.
};

export const METADATA = {
Expand Down

0 comments on commit 11fa3f2

Please sign in to comment.