-
Notifications
You must be signed in to change notification settings - Fork 212
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
chore: update EC config for MAINNET #10323
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keys should be names for MAIN
to close #10194 , let's finalize all the configs, please - a3p and devnet should have the respective gov4 and a total of 3 after rotation.
gov1: 'agoric1gx9uu7y6c90rqruhesae2t7c2vlw4uyyxlqxrx', | ||
gov2: 'agoric1d4228cvelf8tj65f4h7n2td90sscavln2283h5', | ||
gov3: 'agoric14543m33dr28x7qhwc558hzlj9szwhzwzpcmw6a', | ||
gov1: 'agoric1d4228cvelf8tj65f4h7n2td90sscavln2283h5', | ||
gov2: 'agoric13p9adwk0na5npfq64g22l6xucvqdmu3xqe70wq', | ||
gov3: 'agoric1zayxg4e9vd0es9c9jlpt36qtth255txjp6a8yc', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The keys should be the names, not gov1 / gov2 / gov3.
agoric-sdk/packages/vm-config/decentral-main-vaults-config.json
Lines 165 to 171 in e1baf4e
"voterAddresses": { | |
"Jason Potts": "agoric1gx9uu7y6c90rqruhesae2t7c2vlw4uyyxlqxrx", | |
"Chloe White": "agoric1d4228cvelf8tj65f4h7n2td90sscavln2283h5", | |
"Thibault Schrepel": "agoric14543m33dr28x7qhwc558hzlj9szwhzwzpcmw6a", | |
"Chris Berg": "agoric13p9adwk0na5npfq64g22l6xucvqdmu3xqe70wq", | |
"Youssef Amrani": "agoric1el6zqs8ggctj5vwyukyk4fh50wcpdpwgugd5l5", | |
"Joe Clark": "agoric1zayxg4e9vd0es9c9jlpt36qtth255txjp6a8yc" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd rather finish devnet and a3p configs in this pr, but I guess we can do it later
220ce75
to
baa9c96
Compare
baa9c96
to
478adb2
Compare
closes: #10194
Description
The PR updates the
MAINNET
config for the replace electorate core eval by adding new EC member's wallet addresses tovoterAddresses
and updatinghighPrioritySendersConfig
withaddressesToRemove
.Security Considerations
Scaling Considerations
Documentation Considerations
Testing Considerations
Upgrade Considerations