Skip to content

Commit 2ad37ea

Browse files
test updates to include SSQ library
1 parent 6873769 commit 2ad37ea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ const deployArbitration: DeployFunction = async (hre: HardhatRuntimeEnvironment)
3939
log: true,
4040
});
4141

42+
const ssqLibrary = await deploy("SSQ", {
43+
from: deployer,
44+
log: true,
45+
});
46+
4247
if (chainId === HomeChains.HARDHAT) {
4348
pnkByChain.set(
4449
HomeChains.HARDHAT,
@@ -58,6 +63,7 @@ const deployArbitration: DeployFunction = async (hre: HardhatRuntimeEnvironment)
5863
from: deployer,
5964
libraries: {
6065
SortitionSumTreeFactory: sortitionSumTreeLibrary.address,
66+
SSQ: ssqLibrary.address
6167
},
6268
args: [deployer, pnk, AddressZero, disputeKit.address, false, minStake, alpha, feeForJuror, 3, [0, 0, 0, 0], 3],
6369
log: true,

0 commit comments

Comments
 (0)