• © Goverland Inc. 2026
  • v1.0.8
  • Privacy Policy
  • Terms of Use
Aura FinanceAura Financeby0x021C5536bd60bCe9f15FB0E32746e332E3fbFAF4Aura Finance BIPs

[BIP-169] Execute the Transition Migrator

Voting ended about 3 years agoSucceeded

PR with payload: https://github.com/BalancerMaxis/multisig-ops/pull/37

Motivation

The TransitionMigrator migrates all permissions granted after the deployment of the TimelockAuthorizer (in block 16085047) until Jan 25th 2023 (block 16484500). Some of these permissions have delays (notably GaugeController.add_gauge , which was granted to GaugeAdderV3 ), so these are instead scheduled to be granted in the future.The deployment script verified that all roles that the migrator grants already existed (see here), and the migrator itself also checks this on-chain (see here).Finally, some temporary permissions are not re-granted, such as the root permission given to the GaugeAdderMigrationCoordinator (see here).

Once this is executed, the transition to the timelock authorizer is complete and the 14 day timelock to enable the Gauge Adder v3 begins.

Transition migrator address: 0x76578ecf9a141296Ec657847fb45B0585bCDa3a6 (confirmed here)

Specification

The governance multisig must call manageGranter on the TimelockAuthorizer at 0x9E3cD0606Db55ac68845bB60121847823712ae05, with arguments:

  • actionId: 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
  • account: 0x76578ecf9a141296Ec657847fb45B0585bCDa3a6 (the migrator)
  • where: 0xFFfFfFffFFfffFFfFFfFFFFFffFFFffffFfFFFfF (stand in for 'everywhere')
  • allowed: true

This will make the migrator a granter over all permissions in all contracts, allowing it to re-grant the old permissions and complete the migration. Once it is done, the migrator will renounce this privilege

Note that this must happen after the TimelockAuthorizer migration is complete. Otherwise, the governance multisig will not yet be the root account of the new system, and will not be authorized to call manageGranter

Off-Chain Vote

Yes, let's do it
4.26M vlAURA100%
No, this is not the way
0 vlAURA0%
Abstain
0 vlAURA0%
Download mobile app to vote

Discussion

Aura Finance [BIP-169] Execute the Transition Migrator

Timeline

Feb 01, 2023Proposal created
Feb 02, 2023Proposal vote started
Feb 06, 2023Proposal vote ended
Jan 17, 2025Proposal updated