We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c24901 commit 8ce1ab2Copy full SHA for 8ce1ab2
lib/precompiled/07-bn128_mul.js
@@ -22,6 +22,6 @@ module.exports = function (opts) {
22
}
23
24
// Temporary, replace with finalized gas cost from EIP spec (via ethereum-common)
25
- results.gasUsed = new BN(2000)
+ results.gasUsed = new BN(40000)
26
return results
27
0 commit comments