We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9dcab1 commit 675f55eCopy full SHA for 675f55e
deploy/001.ts
@@ -9,7 +9,7 @@ import {
9
protocolFee,
10
retailerFee,
11
minDeposit,
12
-} from "../temp/utils/constants";
+} from "../utils";
13
14
const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
15
const { network, deployments, getNamedAccounts } = hre;
deploy/002.ts
@@ -6,15 +6,6 @@ import {
6
DeployOptions,
7
DeployResult,
8
} from "hardhat-deploy/types";
-import {
- kindsArr,
- eip712name,
- eip712version,
- claimPeriod,
- protocolFee,
- retailerFee,
16
- minDeposit,
17
-} from "../utils";
18
19
const setupToken = async (
20
proxySettings: { owner: string; proxyContract: string },
0 commit comments