Skip to content

Add Quantstamp weight to GSF SV [allow-total-reward-weight-change] #64

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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 configs/DevNet/approved-sv-id-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ approvedSvIdentities:
rewardWeightBps: 150000
- name: Global-Synchronizer-Foundation
publicKey: MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE+2XaCekgPDPoEzXeo3yYf6Y+3zbIXKMoR2WYl/pa8CMuOloMXHUfdi6viBJcvoLij7ti5PaqLp1PHJ5tWLteVQ==
rewardWeightBps: 365000
rewardWeightBps: 375000
extraBeneficiaries:
- beneficiary: "GSF-validator-1::1220dc05147ec4b91b61ebc970af0e10f1daebd4bf6d8274c2e1a3bf9f7cb7988a81" # GSF-1
weight: "100000"
Expand All @@ -50,6 +50,8 @@ approvedSvIdentities:
weight: "10000"
- beneficiary: "circle-validator-1::12206aec43c8c6ceb92a6503a0839788f1f236dea30449d11c0b902b5933745711b3" # Circle CIP-0041
weight: "100000"
- beneficiary: "Quantstamp-validator-1::12202b6aaa037a1347493f8283ed7d838f9875c6a329d1d9f3fcadf89a2e6d5d21aa" # Quantstamp CIP-0057
weight: "10000"
- name: MPC-Holding-Inc
publicKey: MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEgWriOYpZeYXC09cPOKm/s1MzZSrJvKZc3Mz4RqYLsA7j/umQfLFKqWWu1TT77JrrGTTp57aXUTcrGg0DvyRq/Q==
rewardWeightBps: 10000
Expand Down
4 changes: 3 additions & 1 deletion configs/MainNet/approved-sv-id-values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
approvedSvIdentities:
- name: Global-Synchronizer-Foundation
publicKey: MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEmWLDU/xZzCtl6prd15Dyi+2/zMtSbHpQh8wJ/R3J9YKDVNpkJVo+qBkmYYSdlAifLz1aymUKqZlWDBvtQCJIaA==
rewardWeightBps: 365000
rewardWeightBps: 375000
extraBeneficiaries:
- beneficiary: "validator_GSF-1::12201725270d497ab23ceffd0d2acce46cc9da44586fd494786ef53cc58b6e4abd79"
weight: "100000"
Expand All @@ -23,6 +23,8 @@ approvedSvIdentities:
weight: "10000"
- beneficiary: "circle-validator-1::12209d457bab21f1ce3d52f979cdf021c2990cb74cf01ef2dcf41bf87a79ddaf3ba8" # Circle CIP-0041
weight: "100000"
- beneficiary: "Quantstamp-validator-1::1220acba2f1ab44b954a6de966678d7cc069e66a3986e4b5f4af29a6445c208f8fb1" # Quantstamp CIP-0057
weight: "10000"
- name: Digital-Asset-1
publicKey: MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEcGfwLnDE3vQuWcHE7CfVABigVK5nPeAjqFf66pIlXpqeoklu4KMnDE4Zse465NcWUgfMnjmmSw53hKRxuR6RFg==
rewardWeightBps: 150000
Expand Down
4 changes: 3 additions & 1 deletion configs/TestNet/approved-sv-id-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ approvedSvIdentities:
rewardWeightBps: 130000
- name: Global-Synchronizer-Foundation
publicKey: MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAETri1wBeoV3AYnEF/slvViz9GO2g2lcxUQ3SadBTA70Kn87KzAZ/25n6+hhuRebuuGlm70KFKGJGr8RFd1YjB1Q==
rewardWeightBps: 365000
rewardWeightBps: 375000
extraBeneficiaries:
- beneficiary: "GSF-validator-1::1220cff733e3a29f50b3104f573d51461e85cd685b28dafa684c40813975e6e2ce3d"
weight: "100000"
Expand All @@ -38,6 +38,8 @@ approvedSvIdentities:
weight: "10000"
- beneficiary: "circle-validator-1::1220dd2293b563c59be746073ad5f5c47b87d2537accc44b407ea07da4548ea15b6e" # Circle CIP-0041
weight: "100000"
- beneficiary: "Quantstamp-validator-1::12207456a11de825ca318b9a6213fda79ad40ede4e9702e06de6072f84def3d7568b" # Quantstamp CIP-0057
weight: "10000"
- name: MPC-Holding-Inc
publicKey: MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEOxCYWSBB4hDz7O1XxJ3xswKXxJcQqsgyzBTbWjkwa+ILYXy8T2vtVMoZ+tC/Ykdp3MyFwcMIP1kzcDKCSp0qow==
rewardWeightBps: 10000
Expand Down