Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

evm: update bls g2 msm price #3837

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/evm/src/params.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export const paramsEVM: ParamsDict = {
bls12381G1AddGas: 375, // Gas cost of a single BLS12-381 G1 addition precompile-call
bls12381G1MulGas: 12000, // Gas cost of a single BLS12-381 G1 multiplication precompile-call
bls12381G2AddGas: 600, // Gas cost of a single BLS12-381 G2 addition precompile-call
bls12381G2MulGas: 22500, // Gas cost of a single BLS12-381 G2 multiplication precompile-call
bls12381G2MulGas: 23000, // Gas cost of a single BLS12-381 G2 multiplication precompile-call
bls12381PairingBaseGas: 37700, // Base gas cost of BLS12-381 pairing check
bls12381PairingPerPairGas: 32600, // Per-pair gas cost of BLS12-381 pairing check
bls12381MapG1Gas: 5500, // Gas cost of BLS12-381 map field element to G1
Expand Down
Loading