Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…/files

Signed-off-by: garyschulte <[email protected]>
  • Loading branch information
garyschulte committed Jan 9, 2025
1 parent ea1b9d7 commit 0afd4a1
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 99 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ public BLS12PairingPrecompiledContract() {
@Override
public long gasRequirement(final Bytes input) {
final int k = input.size() / PARAMETER_LENGTH;
return 51_600L * k + 78_000L;
return 32_600L * k + 37_700L;
}
}
Loading

0 comments on commit 0afd4a1

Please sign in to comment.