We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91df527 commit 8753f58Copy full SHA for 8753f58
scripts/tasks/create-claim.ts
@@ -1,6 +1,6 @@
1
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";
+import { address as MULTIPLE_MERKLE_DISTRIBUTOR_ADDRESS } from "../../deployments-foundry/optimistic-mainnet/EscrowedMultipleMerkleDistributor.json";
+import { address as KWENTA_ADDRESS } from "../../deployments-foundry/optimistic-mainnet/Kwenta.json";
4
import { parseBalanceMap } from "../merkle/parse-balance-map";
5
import { setBalance } from "@nomicfoundation/hardhat-network-helpers";
6
import { HardhatRuntimeEnvironment } from "hardhat/types";
0 commit comments