Skip to content

Commit 6f2a3eb

Browse files
authored
Update documentation (#176)
1 parent 4bbd5c1 commit 6f2a3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ This contract can be thought of as governance's "admin" on the spoke, with impor
7373
3. Multi gov will need to be redeployed for the new governor.
7474
- `HubVotePool`: A new contract must be deployed that reads the state from the old `HubVotePool` vote state at a given timestamp and then all of the spoke vote aggregators must be registered on the new hub vote pool.
7575
- `SpokeVoteAggregator`: A new spoke vote aggregator will need to be deployed which must be able to read the vote totals for any active proposals at the timestamp of the new deploy. The new spoke vote aggregator must be registered on the `HubVotePool`.
76-
- `SpokeMessageExecutor`: This contract can be upgraded via a UUPS proxy via the airlock.
76+
- `SpokeMessageExecutor`: This implementation is deployed using the UUPS proxy pattern and can be upgraded by successful governance proposals that call back into this contract from the spoke airlock.
7777

7878
### Diagram
7979

0 commit comments

Comments
 (0)