Skip to content

Commit 8753f58

Browse files
committed
fix import name
1 parent 91df527 commit 8753f58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/tasks/create-claim.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { task } from "hardhat/config";
2-
import { address as MULTIPLE_MERKLE_DISTRIBUTOR_ADDRESS } from "../../deployments/optimistic-mainnet/EscrowedMultipleMerkleDistributor.json";
3-
import { address as KWENTA_ADDRESS } from "../../deployments/optimistic-mainnet/Kwenta.json";
2+
import { address as MULTIPLE_MERKLE_DISTRIBUTOR_ADDRESS } from "../../deployments-foundry/optimistic-mainnet/EscrowedMultipleMerkleDistributor.json";
3+
import { address as KWENTA_ADDRESS } from "../../deployments-foundry/optimistic-mainnet/Kwenta.json";
44
import { parseBalanceMap } from "../merkle/parse-balance-map";
55
import { setBalance } from "@nomicfoundation/hardhat-network-helpers";
66
import { HardhatRuntimeEnvironment } from "hardhat/types";

0 commit comments

Comments
 (0)