Skip to content

Commit

Permalink
add payload address
Browse files Browse the repository at this point in the history
  • Loading branch information
rustboyar committed Nov 3, 2023
1 parent e95ed28 commit 01074df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import {IAaveOracle} from 'aave-address-book/AaveV2.sol';
/**
* @title Fixed REP price feed on AAVE v1
* @author BGD labs (@bgdlabs)
* - Snapshot: TODO
* - Discussion: TODO
* - Discussion: https://governance.aave.com/t/bgd-technical-maintenance-proposals/15274/2
*/
contract AaveV1Ethereum_FixedREPPriceFeed_20231031 is IProposalGenericExecutor {
address public constant REP = 0x1985365e9f78359a9B6AD760e32412f4a445E862;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ contract CreateProposal is EthereumScript {
// compose actions for validation
IPayloadsControllerCore.ExecutionAction[]
memory actionsEthereum = new IPayloadsControllerCore.ExecutionAction[](1);
actionsEthereum[0] = GovV3Helpers.buildAction(address(0));
actionsEthereum[0] = GovV3Helpers.buildAction(0xBdD1458A6d399C88D4509275e4463485C6c86Ef3);
payloads[0] = GovV3Helpers.buildMainnetPayload(vm, actionsEthereum);

// create proposal
Expand Down

0 comments on commit 01074df

Please sign in to comment.