Skip to content

Commit 5c075eb

Browse files
committed
chore: code style
1 parent 3e7c4d3 commit 5c075eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/scripts/setDisputeTemplate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { registrationTemplate, removalTemplate, dataMappings } from "@kleros/cur
55
// WARNING: The Devnet values are hardcoded!
66
// It needs to be refactored like in the Escrow: https://github.com/kleros/escrow-v2/blob/master/contracts/scripts/setDisputeTemplate.ts
77

8-
task("setDisputeTemplate", "Sets the dispute template").setAction(async (args, hre) => {
8+
task("set-dispute-template", "Sets the dispute template").setAction(async (args, hre) => {
99
const { ethers } = hre;
1010
const deployer = await ethers.getSigners().then((signers) => signers[0].getAddress());
1111

0 commit comments

Comments
 (0)