fixed camel casing in deploy.js for hardhat compile

buddies-main-deployment
ltchang 4 years ago committed by James Prestwich
parent 3b9b82452c
commit b22a7a86ae
No known key found for this signature in database
GPG Key ID: 7CC174C250AD83AD
  1. 2
      solidity/scripts/deploy.js

@ -3,5 +3,5 @@ const { types } = require("hardhat/config");
task("deploy-home")
.addParam("slip44", "The origin chain SLIP44 ID", undefined, types.int)
.addParam("updater", "The origin chain updater", undefined, types.string)
.addParam("current root", "The current root")
.addParam("currentRoot", "The current root")
.setAction(async (args) => {});

Loading…
Cancel
Save