Skip to content

Commit

Permalink
chore(tests): pairing ops gas pricing cf ethereum/EIPs#9098
Browse files Browse the repository at this point in the history
  • Loading branch information
danceratopz committed Dec 18, 2024
1 parent bacb56e commit 3b6e0cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/prague/eip2537_bls_12_381_precompiles/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ class Spec:
G2MUL_GAS = 45_000
MAP_FP_TO_G1_GAS = 5_500
MAP_FP2_TO_G2_GAS = 75_000
PAIRING_BASE_GAS = 65_000
PAIRING_PER_PAIR_GAS = 43_000
PAIRING_BASE_GAS = 37_700
PAIRING_PER_PAIR_GAS = 32_600

# Other constants
B_COEFFICIENT = 0x04
Expand Down

0 comments on commit 3b6e0cb

Please sign in to comment.