Skip to content

Commit

Permalink
implement bump in gas cost for bls map functions according to ethereu…
Browse files Browse the repository at this point in the history
…m/EIPs@92c94cf

Signed-off-by: garyschulte <[email protected]>
  • Loading branch information
garyschulte committed Dec 11, 2024
1 parent 1d923f0 commit 99ebbd1
Show file tree
Hide file tree
Showing 4 changed files with 202 additions and 202 deletions.
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 17_000L;
return 23_800L;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public BLS12MapFpToG1PrecompiledContract() {

@Override
public long gasRequirement(final Bytes input) {
return 4_125L;
return 5_500;
}
}
Loading

0 comments on commit 99ebbd1

Please sign in to comment.