Skip to content

Commit 685e87a

Browse files
committed
Fix bls pairing equality cost
1 parent d2297aa commit 685e87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vm/src/environment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ impl Default for GasConfig {
9494
bls12_381_hash_to_g1_cost: 563 * GAS_PER_US,
9595
bls12_381_hash_to_g2_cost: 871 * GAS_PER_US,
9696
bls12_381_pairing_equality_cost: LinearGasCost {
97-
base: 2281 * GAS_PER_US,
97+
base: 2112 * GAS_PER_US,
9898
per_item: 163 * GAS_PER_US,
9999
},
100100
}

0 commit comments

Comments
 (0)