Skip to content

Commit

Permalink
chore: update EC config for MAINNET (Agoric#10323)
Browse files Browse the repository at this point in the history
closes: Agoric#10194 

## Description

The PR updates the `MAINNET` config for the replace electorate core eval by adding new EC member's wallet addresses to `voterAddresses` and updating `highPrioritySendersConfig` with `addressesToRemove`.

### Security Considerations


### Scaling Considerations


### Documentation Considerations


### Testing Considerations


### Upgrade Considerations
  • Loading branch information
mergify[bot] authored Oct 24, 2024
2 parents 4542cd0 + 478adb2 commit 91a5ada
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,17 @@ export const defaultProposalBuilder = async ({ publishRef, install }, opts) => {
const configurations = {
MAINNET: {
committeeName: 'Economic Committee',
// UNTIL https://github.com/Agoric/agoric-sdk/issues/10194
voterAddresses: {
gov1: 'agoric1gx9uu7y6c90rqruhesae2t7c2vlw4uyyxlqxrx',
gov2: 'agoric1d4228cvelf8tj65f4h7n2td90sscavln2283h5',
gov3: 'agoric14543m33dr28x7qhwc558hzlj9szwhzwzpcmw6a',
'Chloe White': 'agoric1d4228cvelf8tj65f4h7n2td90sscavln2283h5',
'Chris Berg': 'agoric13p9adwk0na5npfq64g22l6xucvqdmu3xqe70wq',
'Joe Clark': 'agoric1zayxg4e9vd0es9c9jlpt36qtth255txjp6a8yc',
},
highPrioritySendersConfig: {
addressesToAdd: [],
addressesToRemove: [
'agoric13p9adwk0na5npfq64g22l6xucvqdmu3xqe70wq',
'agoric1gx9uu7y6c90rqruhesae2t7c2vlw4uyyxlqxrx',
'agoric14543m33dr28x7qhwc558hzlj9szwhzwzpcmw6a',
'agoric1el6zqs8ggctj5vwyukyk4fh50wcpdpwgugd5l5',
'agoric1zayxg4e9vd0es9c9jlpt36qtth255txjp6a8yc',
],
},
},
Expand Down

0 comments on commit 91a5ada

Please sign in to comment.