Skip to content

Commit

Permalink
chore: update devnet config for EC members (#10251)
Browse files Browse the repository at this point in the history
refs: #10194 

## Description
The PR updates the `DEVNET` config in the builder script of replace electorate core eval, which is identical for all testnets. It includes the wallet address of the new EC committee member and adds this address to the high-priority senders list.

### Scaling Considerations
n/a


### Upgrade Considerations
out of scope of this PR; see an upcoming issue

## Security / Documentation / Testing Considerations

These accounts are for testing. The usual key management considerations apply. The relevant private keys are shared on a need-to-know basis for testing.
  • Loading branch information
mergify[bot] authored Oct 11, 2024
2 parents b12a0f1 + 7a4395b commit 9ede17d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ const configurations = {
},
DEVNET: {
committeeName: 'Economic Committee',
// TODO: Update the addresses after confirmation
voterAddresses: {
gov1: 'agoric1ldmtatp24qlllgxmrsjzcpe20fvlkp448zcuce',
gov2: 'agoric140dmkrz2e42ergjj7gyvejhzmjzurvqeq82ang',
gov4: 'agoric1f0h5zgxyg3euxsqzs0506uj4cmu56y30pqx46s',
},
highPrioritySendersConfig: {
addressesToAdd: [],
addressesToAdd: ['agoric1f0h5zgxyg3euxsqzs0506uj4cmu56y30pqx46s'],
addressesToRemove: ['agoric1w8wktaur4zf8qmmtn3n7x3r0jhsjkjntcm3u6h'],
},
},
Expand Down

0 comments on commit 9ede17d

Please sign in to comment.