Skip to content

Commit

Permalink
chore: Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Dec 4, 2023
1 parent 30c7451 commit c3568c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/test-evm-node/hardhat.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import assert from 'assert'
import { HardhatUserConfig } from 'hardhat/types'

// test test test test test test test test test test test test
const MNEMONIC = process.env.MNEMONIC
assert(MNEMONIC, `Missing MNEMONIC environment variable`)

Expand Down

0 comments on commit c3568c7

Please sign in to comment.