Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaShWoof committed Feb 11, 2025
1 parent 14f2151 commit 6d85222
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ export default migration('1737396251_configurate_and_ens', {
rewards,
COMP,
WBTC,
cometFactory,
governor
} = await deploymentManager.getContracts();
const cometFactory = await deploymentManager.fromDep('cometFactory', 'mainnet', 'usdc');

const configuration = await getConfigurationStruct(deploymentManager);

Expand Down Expand Up @@ -140,8 +140,6 @@ export default migration('1737396251_configurate_and_ens', {
COMP,
pumpBTC,
LBTC,
cometFactory,
assetListFactory
} = await deploymentManager.getContracts();

// 1. & 2. & 3.
Expand Down

0 comments on commit 6d85222

Please sign in to comment.