Skip to content

Commit

Permalink
chore: add default pk for local devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
tamtamchik committed Dec 12, 2024
1 parent ee55926 commit fb4a6c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,6 @@ GAS_MAX_FEE=100

# Etherscan API key for verifying contracts
ETHERSCAN_API_KEY=

# Local devnet private key
LOCAL_DEVNET_PK=0x0000000000000000000000000000000000000000000000000000000000000000
3 changes: 3 additions & 0 deletions globals.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,8 @@ declare namespace NodeJS {

/* for contract sourcecode verification with `hardhat-verify` */
ETHERSCAN_API_KEY?: string;

/* for local devnet */
LOCAL_DEVNET_PK?: string;
}
}

0 comments on commit fb4a6c4

Please sign in to comment.