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.
2 parents 740193d + 433ee64 commit cc4ccc5Copy full SHA for cc4ccc5
contracts/deploy/00-home-chain-arbitration-ruler.ts
@@ -3,7 +3,7 @@ import { DeployFunction } from "hardhat-deploy/types";
3
import { BigNumber, BigNumberish } from "ethers";
4
import { deployUpgradable } from "./utils/deployUpgradable";
5
import { HomeChains, isSkipped } from "./utils";
6
-import { deployERC20AndFaucet } from "./utils/deployERC20AndFaucet";
+import { deployERC20AndFaucet } from "./utils/deployTokens";
7
import { KlerosCore } from "../typechain-types";
8
import { getContractOrDeployUpgradable } from "./utils/getContractOrDeploy";
9
0 commit comments