Skip to content

Commit 70a0a82

Browse files
fix(tests): double P256VERIFY gas constant (#1857)
1 parent 99720a4 commit 70a0a82

File tree

1 file changed

+1
-1
lines changed
  • tests/osaka/eip7951_p256verify_precompiles

1 file changed

+1
-1
lines changed

tests/osaka/eip7951_p256verify_precompiles/spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class Spec:
9191
P256VERIFY = 0x100
9292

9393
# Gas constants
94-
P256VERIFY_GAS = 3450
94+
P256VERIFY_GAS = 6900
9595

9696
# Curve Parameters
9797
P = 0xFFFFFFFF00000001000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF ## Base field modulus

0 commit comments

Comments
 (0)