We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28caab5 commit 813b18dCopy full SHA for 813b18d
packages/vm/tests/api/berlin/eip-2315.spec.ts renamed to packages/vm/tests/api/EIPs/eip-2315.spec.ts
@@ -4,7 +4,7 @@ import VM from '../../../lib'
4
import Common from '@ethereumjs/common'
5
6
tape('Berlin: EIP 2315 tests', (t) => {
7
- const common = new Common({ chain: 'mainnet', hardfork: 'berlin' })
+ const common = new Common({ chain: 'mainnet', hardfork: 'berlin', eips: [2315] })
8
9
const runTest = async function (test: any, st: tape.Test) {
10
let i = 0
0 commit comments