Skip to content

Commit

Permalink
change fp2->g2 gas price to 17_000 in accordance with ethereum/EIPs#9097
Browse files Browse the repository at this point in the history


Signed-off-by: garyschulte <[email protected]>
  • Loading branch information
garyschulte committed Dec 9, 2024
1 parent bb43fec commit 2348c49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public BLS12MapFp2ToG2PrecompiledContract() {

@Override
public long gasRequirement(final Bytes input) {
return 15_000L;
return 17_000L;
}
}

0 comments on commit 2348c49

Please sign in to comment.