Skip to content

Commit

Permalink
Update deploy file
Browse files Browse the repository at this point in the history
  • Loading branch information
zguesmi committed Apr 26, 2024
1 parent 91cda51 commit d42af14
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions deploy/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
// SPDX-License-Identifier: Apache-2.0

import { deployments, ethers } from 'hardhat';
import { DeployFunction } from 'hardhat-deploy/dist/types';
import { HardhatRuntimeEnvironment } from 'hardhat/types';
import * as voucherHubUtils from '../scripts/voucherHubUtils';
import * as voucherUtils from '../scripts/voucherUtils';
import { UpgradeableBeacon } from '../typechain-types';

const main: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
export default async function () {
// const {deployments} = hre;
// const {deploy} = deployments;
const iexecPoco = '0x123456789a123456789b123456789b123456789d'; // TODO: Change it
Expand All @@ -19,8 +17,7 @@ const main: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
voucherManager.address,
iexecPoco,
);
};
export default main;
}

async function deployAll(
beaconOwner: string,
Expand Down

0 comments on commit d42af14

Please sign in to comment.