Skip to content

Commit

Permalink
Update packages/contracts/plugin-settings.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekard0 authored Feb 18, 2025
1 parent 03f4aa6 commit ce9969c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/plugin-settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {isZkSync} from './utils/zkSync';
import {VersionTag} from '@aragon/osx-commons-sdk';
import hre from 'hardhat';

export const PLUGIN_REPO_PROXY_NAME = 'AdminProxy';
export const PLUGIN_REPO_PROXY_NAME = 'AdminRepoProxy';
export const PLUGIN_CONTRACT_NAME = 'Admin';
export const PLUGIN_SETUP_CONTRACT_NAME = isZkSync(hre.network.name)
? 'AdminSetupZkSync'
Expand Down

0 comments on commit ce9969c

Please sign in to comment.