Skip to content

Commit 3b6e0cb

Browse files
committed
chore(tests): pairing ops gas pricing cf ethereum/EIPs#9098
1 parent bacb56e commit 3b6e0cb

File tree

1 file changed

+2
-2
lines changed
  • tests/prague/eip2537_bls_12_381_precompiles

1 file changed

+2
-2
lines changed

tests/prague/eip2537_bls_12_381_precompiles/spec.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ class Spec:
139139
G2MUL_GAS = 45_000
140140
MAP_FP_TO_G1_GAS = 5_500
141141
MAP_FP2_TO_G2_GAS = 75_000
142-
PAIRING_BASE_GAS = 65_000
143-
PAIRING_PER_PAIR_GAS = 43_000
142+
PAIRING_BASE_GAS = 37_700
143+
PAIRING_PER_PAIR_GAS = 32_600
144144

145145
# Other constants
146146
B_COEFFICIENT = 0x04

0 commit comments

Comments
 (0)