You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: proto/kira/gov/network_properties.proto
+2
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ enum NetworkProperty {
35
35
MIN_IDENTITY_APPROVAL_TIP=17 [(gogoproto.enumvalue_customname) = "MinIdentityApprovalTip"]; // minimum amount of tip to be paid to the approver per request
36
36
UNIQUE_IDENTITY_KEYS=18 [(gogoproto.enumvalue_customname) = "UniqueIdentityKeys"]; // manages unique identity keys to be used as an address identifier
37
37
UBI_HARDCAP=19 [(gogoproto.enumvalue_customname) = "UbiHardcap"]; // a maximum amount of additional KEX that can be created per year
38
+
VALIDATORS_FEE_SHARE=20 [(gogoproto.enumvalue_customname) = "ValidatorsFeeShare"]; // the percentage that validators get from collected fees
38
39
}
39
40
40
41
messageNetworkPropertyValue {
@@ -65,4 +66,5 @@ message NetworkProperties {
65
66
uint64min_identity_approval_tip=18; // minimum amount of tip to be paid to the approver per request
66
67
stringunique_identity_keys=19; // manages unique identity keys to be used as an address identifier
67
68
uint64ubi_hardcap=20; // a maximum amount of additional KEX that can be created per year
69
+
uint64validators_fee_share=21; // the percentage that validators get from collected fees
0 commit comments