Skip to content

Commit

Permalink
Whoops, fix contract name
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall committed Nov 1, 2024
1 parent 9d3d456 commit e44a6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/core/017_deploy_DecentAutonomousAdmin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { DeployFunction } from 'hardhat-deploy/types';
import { deployNonUpgradeable } from '../helpers/deployNonUpgradeable';

const func: DeployFunction = async (hre: HardhatRuntimeEnvironment) => {
await deployNonUpgradeable(hre, 'DecentAutonomousAdmin');
await deployNonUpgradeable(hre, 'DecentAutonomousAdminV1');
};

export default func;

0 comments on commit e44a6c4

Please sign in to comment.