Skip to content

Commit

Permalink
fix enclave deploy task
Browse files Browse the repository at this point in the history
  • Loading branch information
auryn-macmillan committed Jun 7, 2024
1 parent 156da6f commit 9be4dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/evm/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { vars } from "hardhat/config";
import type { NetworkUserConfig } from "hardhat/types";

import "./tasks/accounts";
import "./tasks/lock";
import "./tasks/enclave";

// Run 'npx hardhat vars setup' to see the list of variables that need to be set

Expand Down

0 comments on commit 9be4dad

Please sign in to comment.