Skip to content

Commit 8ce1ab2

Browse files
committed
Update gas costs for EC mult precompile
1 parent 7c24901 commit 8ce1ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/precompiled/07-bn128_mul.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ module.exports = function (opts) {
2222
}
2323

2424
// Temporary, replace with finalized gas cost from EIP spec (via ethereum-common)
25-
results.gasUsed = new BN(2000)
25+
results.gasUsed = new BN(40000)
2626
return results
2727
}

0 commit comments

Comments
 (0)