Skip to content

Commit 675f55e

Browse files
committed
fix: 🐛 Fixed invalid utils path
1 parent b9dcab1 commit 675f55e

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

deploy/001.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
protocolFee,
1010
retailerFee,
1111
minDeposit,
12-
} from "../temp/utils/constants";
12+
} from "../utils";
1313

1414
const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
1515
const { network, deployments, getNamedAccounts } = hre;

deploy/002.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,6 @@ import {
66
DeployOptions,
77
DeployResult,
88
} from "hardhat-deploy/types";
9-
import {
10-
kindsArr,
11-
eip712name,
12-
eip712version,
13-
claimPeriod,
14-
protocolFee,
15-
retailerFee,
16-
minDeposit,
17-
} from "../utils";
189

1910
const setupToken = async (
2011
proxySettings: { owner: string; proxyContract: string },

0 commit comments

Comments
 (0)