Skip to content

Commit

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

Signed-off-by: garyschulte <garyschulte@gmail.com>
  • Loading branch information
garyschulte committed Dec 16, 2024
1 parent 5de3122 commit c84dd60
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 c84dd60

Please sign in to comment.