Skip to content

Commit

Permalink
fix: compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sirpy committed Nov 26, 2024
1 parent 7c3cdb8 commit 2de229d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { HardhatUserConfig } from 'hardhat/config';
dotenv.config();

const mnemonic = process.env.MNEMONIC || '';
const privateKey = process.env.PRIVATE_KEY || '';
const privateKey = process.env.PRIVATE_KEY || '0x0000000000000000000000000000000000000000000000000000000000000000';

const config: HardhatUserConfig = {
contractSizer: {
Expand Down

0 comments on commit 2de229d

Please sign in to comment.