Skip to content

Commit ca89300

Browse files
author
Cache bot
committed
fix(cache): automated cache update [skip ci]
1 parent 824ed1e commit ca89300

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/20250930_AaveV2Ethereum_ClaimOldStkAaveRewards/ClaimOldStkAaveRewards.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ To claim the unclaimed StkAave reward, the payload:
2121

2222
Since the `EMISSIONS_ADMIN` role resides with the legacy Aave V2 Governance Short Executor, the implementation requires two additional payload contracts on Ethereum, to be called by the Governance V3 Lvl 1 Executor:
2323

24-
- [PART 1](https://github.com/bgd-labs/aave-proposals-v3/blob/main/src/20250930_AaveV2Ethereum_ClaimOldStkAaveRewards/AaveV2Ethereum_ClaimOldStkAaveRewards_20250930.sol#L42) Queue Payload: Contract calling `queueTransaction()` to queue the execution on Governance V2 Short Executor
25-
- [PART 2](https://github.com/bgd-labs/aave-proposals-v3/blob/main/src/20250930_AaveV2Ethereum_ClaimOldStkAaveRewards/AaveV2Ethereum_ClaimOldStkAaveRewards_20250930.sol#L74) Execute Payload: Contract calling `executeTransaction()` to execute the queued transaction via Governance V2 Short Executor
24+
- [PART 1](https://github.com/bgd-labs/aave-proposals-v3/blob/824ed1e0ff750c659b689996011a50687bdd1f4e/src/20250930_AaveV2Ethereum_ClaimOldStkAaveRewards/AaveV2Ethereum_ClaimOldStkAaveRewards_20250930.sol#L42) Queue Payload: Contract calling `queueTransaction()` to queue the execution on Governance V2 Short Executor
25+
- [PART 2](https://github.com/bgd-labs/aave-proposals-v3/blob/824ed1e0ff750c659b689996011a50687bdd1f4e/src/20250930_AaveV2Ethereum_ClaimOldStkAaveRewards/AaveV2Ethereum_ClaimOldStkAaveRewards_20250930.sol#L74) Execute Payload: Contract calling `executeTransaction()` to execute the queued transaction via Governance V2 Short Executor
2626

2727
## References
2828

29-
- Implementation: [AaveV2Ethereum](https://github.com/bgd-labs/aave-proposals-v3/blob/main/src/20250930_AaveV2Ethereum_ClaimOldStkAaveRewards/AaveV2Ethereum_ClaimOldStkAaveRewards_20250930.sol)
30-
- Tests: [AaveV2Ethereum](https://github.com/bgd-labs/aave-proposals-v3/blob/main/src/20250930_AaveV2Ethereum_ClaimOldStkAaveRewards/AaveV2Ethereum_ClaimOldStkAaveRewards_20250930.t.sol)
29+
- Implementation: [AaveV2Ethereum](https://github.com/bgd-labs/aave-proposals-v3/blob/824ed1e0ff750c659b689996011a50687bdd1f4e/src/20250930_AaveV2Ethereum_ClaimOldStkAaveRewards/AaveV2Ethereum_ClaimOldStkAaveRewards_20250930.sol)
30+
- Tests: [AaveV2Ethereum](https://github.com/bgd-labs/aave-proposals-v3/blob/824ed1e0ff750c659b689996011a50687bdd1f4e/src/20250930_AaveV2Ethereum_ClaimOldStkAaveRewards/AaveV2Ethereum_ClaimOldStkAaveRewards_20250930.t.sol)
3131
- [Discussion](https://governance.aave.com/t/technical-maintenance-proposals/15274/115)
3232

3333
## Copyright

0 commit comments

Comments
 (0)