Skip to content

Commit

Permalink
add pk
Browse files Browse the repository at this point in the history
  • Loading branch information
andresaiello committed Feb 1, 2024
1 parent 51f9ef5 commit 61fa775
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/zeta-app-contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import type { HardhatUserConfig } from "hardhat/types";

dotenv.config();

const PRIVATE_KEYS = process.env.PRIVATE_KEY !== undefined ? [`0x${process.env.PRIVATE_KEY}`] : [];

const config: HardhatUserConfig = {
//@ts-ignore
etherscan: {
Expand Down

0 comments on commit 61fa775

Please sign in to comment.