Skip to content

Commit

Permalink
fixup(tests): Precompile renames
Browse files Browse the repository at this point in the history
Co-authored-by: danceratopz <danceratopz@gmail.com>
  • Loading branch information
marioevz and danceratopz authored Oct 14, 2024
1 parent 99391b3 commit c60dbfa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/prague/eip2537_bls_12_381_precompiles/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,15 @@ class Spec:
"""

# Addresses
G1ADD = Precompile.BLS_12_381_G1_ADD
G1MUL = Precompile.BLS_12_381_G1_MUL
G1MSM = Precompile.BLS_12_381_G1_MULTIEXP
G2ADD = Precompile.BLS_12_381_G2_ADD
G2MUL = Precompile.BLS_12_381_G2_MUL
G2MSM = Precompile.BLS_12_381_G2_MULTIEXP
PAIRING = Precompile.BLS_12_381_PAIRING
MAP_FP_TO_G1 = Precompile.BLS_12_381_MAP_FP_TO_G1
MAP_FP2_TO_G2 = Precompile.BLS_12_381_MAP_FP2_TO_G2
G1ADD = Precompile.BLS12_G1_ADD
G1MUL = Precompile.BLS12_G1_MUL
G1MSM = Precompile.BLS12_G1_MSM
G2ADD = Precompile.BLS12_G2_ADD
G2MUL = Precompile.BLS12_G2_MUL
G2MSM = Precompile.BLS12_G2_MSM
PAIRING = Precompile.BLS12_PAIRING_CHECK
MAP_FP_TO_G1 = Precompile.BLS12_MAP_FP_TO_G1
MAP_FP2_TO_G2 = Precompile.BLS12_MAP_FP2_TO_G2

# Gas constants
G1ADD_GAS = 500
Expand Down

0 comments on commit c60dbfa

Please sign in to comment.