Skip to content

Commit cc4ccc5

Browse files
authored
Merge pull request #1675 from kleros/fix/ruler-arbitrator
fix(contracts): fix ruler arbitrator deploy script
2 parents 740193d + 433ee64 commit cc4ccc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/deploy/00-home-chain-arbitration-ruler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { DeployFunction } from "hardhat-deploy/types";
33
import { BigNumber, BigNumberish } from "ethers";
44
import { deployUpgradable } from "./utils/deployUpgradable";
55
import { HomeChains, isSkipped } from "./utils";
6-
import { deployERC20AndFaucet } from "./utils/deployERC20AndFaucet";
6+
import { deployERC20AndFaucet } from "./utils/deployTokens";
77
import { KlerosCore } from "../typechain-types";
88
import { getContractOrDeployUpgradable } from "./utils/getContractOrDeploy";
99

0 commit comments

Comments
 (0)