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 Dec 19, 2024
1 parent 6a2c676 commit 5e8db81
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 5e8db81

Please sign in to comment.