Skip to content

Commit 1c29ddb

Browse files
committed
evm: add 7762 to supported eips
1 parent 8007c92 commit 1c29ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/evm/src/evm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ export class EVM implements EVMInterface {
251251
const supportedEIPs = [
252252
663, 1153, 1559, 2537, 2565, 2718, 2929, 2930, 2935, 3198, 3529, 3540, 3541, 3607, 3651, 3670,
253253
3855, 3860, 4200, 4399, 4750, 4788, 4844, 4895, 5133, 5450, 5656, 6110, 6206, 6780, 6800,
254-
7002, 7069, 7251, 7480, 7516, 7620, 7685, 7691, 7692, 7698, 7702, 7709,
254+
7002, 7069, 7251, 7480, 7516, 7620, 7685, 7691, 7692, 7698, 7702, 7709, 7762,
255255
]
256256

257257
for (const eip of this.common.eips()) {

0 commit comments

Comments
 (0)