Skip to content

Commit

Permalink
Update deploy/97_DEXEDAOMultiplier.migration.js
Browse files Browse the repository at this point in the history
Co-authored-by: Artem Chystiakov <47551140+Arvolear@users.noreply.github.com>
  • Loading branch information
todesstille and Arvolear authored Nov 29, 2023
1 parent d59e2db commit fa35e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/97_DEXEDAOMultiplier.migration.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { Reporter } = require("@solarity/hardhat-migrate");
const config = require("./config/utils.js").getConfig();

const ERC1967Proxy = artifacts.require("ERC1967Proxy");
const DexeMiltiplier = artifacts.require("DexeERC721Multiplier.sol");
const DexeMultiplier = artifacts.require("DexeERC721Multiplier.sol");

module.exports = async (deployer) => {
let dexeMultiplier = await deployer.deploy(DexeMiltiplier);
Expand Down

0 comments on commit fa35e11

Please sign in to comment.