Skip to content
Merged
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
4 changes: 3 additions & 1 deletion Stellar-contract-config-setting.x
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,9 @@ enum ContractCostType {
// Cost of performing BN254 scalar element exponentiation
Bn254FrPow = 83,
// Cost of performing BN254 scalar element inversion
Bn254FrInv = 84
Bn254FrInv = 84,
// Cost of performing BN254 G1 multi-scalar multiplication (MSM)
Bn254G1Msm = 85
};

struct ContractCostParamEntry {
Expand Down