[EP 5.26] [Executable] Implementation of [EP 5.19]'s ENS Governance Distribution Pilot Program

Calldata verification

The simulation and tests of EP 5.26 can be found here. Calldata matched the proposal description as expected. The proposal was simulated by proposing, passing, executing, and asserting the difference between states after the ENS transfer operations.

This can be checked by cloning the repo and running:
forge test --match-path src/ens/proposals/ep-5-26/* -vvvv

It’s transferring 30k ENS from the DAO treasury to the Meta-gov WG wallet.

Looks good to submit it on-chain @5pence.eth!

Now it’s just confirming that the calldata submitted on-chain will be the same as the one above.

5 Likes