Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdt committed Aug 17, 2024
1 parent ad13829 commit 71a1cdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ if (!PRIVATE_KEY) {
console.warn("[hardhat.config] No PRIVATE_KEY defined!")
}
const DUMMY_PRIVATE_KEY = '0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef'

console.log("Using private key: ", PRIVATE_KEY, DUMMY_PRIVATE_KEY)

const config: HardhatUserConfig & {
etherscan: { apiKey: any; customChains: any };
} = {
Expand Down

0 comments on commit 71a1cdd

Please sign in to comment.