We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e03f845 commit f138274Copy full SHA for f138274
contracts/scripts/setDisputeTemplate.ts
@@ -79,7 +79,7 @@ const mappingFn = (subgraphEndpoint: string) => `[
79
}
80
]`;
81
82
-task("setDisputeTemplate", "Sets the dispute template").setAction(async (args, hre) => {
+task("set-dispute-template", "Sets the dispute template").setAction(async (args, hre) => {
83
const { ethers, config, deployments } = hre;
84
const escrow = (await ethers.getContract("EscrowUniversal")) as EscrowUniversal;
85
const networkName = await deployments.getNetworkName();
0 commit comments