Skip to content

Commit ee2ceb6

Browse files
committed
chore: enable shutter DK on the devnet general court
1 parent cb7997f commit ee2ceb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ const deployArbitration: DeployFunction = async (hre: HardhatRuntimeEnvironment)
103103
log: true,
104104
});
105105
await core.addNewDisputeKit(disputeKitShutter.address);
106+
await core.enableDisputeKits(1, [2], true); // enable disputeKitShutter on the General Court
106107

107108
await deploy("KlerosCoreSnapshotProxy", {
108109
from: deployer,

0 commit comments

Comments
 (0)