Skip to content

Commit

Permalink
G1_msm base gas fee const correction (#2100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushdubey86 authored Feb 20, 2025
1 parent 02c9b67 commit eeccdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/precompile/src/bls12_381_const.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pub const G1_ADD_ADDRESS: u64 = 0x0b;
pub const G1_ADD_BASE_GAS_FEE: u64 = 375;
pub const G1_ADD_INPUT_LENGTH: usize = 256;
pub const G1_MSM_ADDRESS: u64 = 0x0c;
pub const G1_MSM_BASE_GAS_FEE: u64 = 1200;
pub const G1_MSM_BASE_GAS_FEE: u64 = 12000;
pub const G1_MSM_INPUT_LENGTH: usize = 160;
pub const G1_OUTPUT_LENGTH: usize = 128;
pub const G1_INPUT_ITEM_LENGTH: usize = 128;
Expand Down

0 comments on commit eeccdc3

Please sign in to comment.