Gardens Upgrade

We released a new version of Wrappable Hooked Token Manager with the WRAP_TOKEN_ROLE. We are already using this new version in the new Gardens, and this update intends to keep the BrightId garden code up to date with the rest of the gardens.

This is the EVMcrispr code used to create the vote:

connect 0x1e2d5fb385e2eae45bd42357e426507a63597397 disputable-voting.open --context https://forum.brightid.org/t/gardens-upgrade/518 (
  upgrade wrappable-hooked-token-manager.open 4.0.0
  exec acl createPermission ANY_ENTITY wrappable-hooked-token-manager.open @id(WRAP_TOKEN_ROLE) disputable-voting.open
)

It sets the implementation of all wrappable-hooked-token-manager.open apps to the version 4.0.0 of the APM repo, and grants any entity permission to wrap tokens, due to the introduction of of this new role.

This is the link to the proposal: Gardens.

1 Like