Skip to content

Commit 94b4714

Browse files
committed
Merge branch 'dev' into feat/atlas-siwe
2 parents 6ea2dd3 + cc4ccc5 commit 94b4714

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)