Skip to content

Commit eeccdc3

Browse files
authored
G1_msm base gas fee const correction (#2100)
1 parent 02c9b67 commit eeccdc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/precompile/src/bls12_381_const.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pub const G1_ADD_ADDRESS: u64 = 0x0b;
22
pub const G1_ADD_BASE_GAS_FEE: u64 = 375;
33
pub const G1_ADD_INPUT_LENGTH: usize = 256;
44
pub const G1_MSM_ADDRESS: u64 = 0x0c;
5-
pub const G1_MSM_BASE_GAS_FEE: u64 = 1200;
5+
pub const G1_MSM_BASE_GAS_FEE: u64 = 12000;
66
pub const G1_MSM_INPUT_LENGTH: usize = 160;
77
pub const G1_OUTPUT_LENGTH: usize = 128;
88
pub const G1_INPUT_ITEM_LENGTH: usize = 128;

0 commit comments

Comments
 (0)