Skip to content

Commit f80bd14

Browse files
committed
update gas costs to correct value
1 parent 871c26a commit f80bd14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
GAS_BLS_G2_ADD = 4500
106106
GAS_BLS_G2_MUL = 55000
107107
GAS_BLS_PAIRING_BASE = 115000
108-
GAS_BLS_PAIRING_PER_PAIR = 115000
108+
GAS_BLS_PAIRING_PER_PAIR = 23000
109109
GAS_BLS_MAP_FP_TO_G1 = 5500
110110
GAS_BLS_MAP_FP2_TO_G2 = 110000
111111

0 commit comments

Comments
 (0)