diff --git a/src/20231010_AaveV3_Eth_EventsAip/AaveV3_EventsAip_20231010.s.sol b/src/20231010_AaveV3_Eth_EventsAip/AaveV3_EventsAip_20231010.s.sol index 674fb965..551ea954 100644 --- a/src/20231010_AaveV3_Eth_EventsAip/AaveV3_EventsAip_20231010.s.sol +++ b/src/20231010_AaveV3_Eth_EventsAip/AaveV3_EventsAip_20231010.s.sol @@ -7,7 +7,7 @@ import {AaveV3_Ethereum_EventsAip_20231010} from './AaveV3_Ethereum_EventsAip_20 /** * @dev Deploy AaveV3_Ethereum_EventsAip_20231010 - * command: make deploy-ledger contract=src/20231010_AaveV3_Eth_EventsAip/AaveV3_Ethereum_EventsAip_20231010.s.sol:DeployEthereum chain=mainnet + * command: make deploy-ledger contract=src/20231010_AaveV3_Eth_EventsAip/AaveV3_EventsAip_20231010.s.sol:DeployEthereum chain=mainnet */ contract DeployEthereum is EthereumScript { function run() external broadcast { @@ -17,12 +17,12 @@ contract DeployEthereum is EthereumScript { /** * @dev Create Proposal - * command: make deploy-ledger contract=src/20231010_AaveV3_Eth_EventsAip/AaveV3_Ethereum_EventsAip_20231010.s.sol:CreateProposal chain=mainnet + * command: make deploy-ledger contract=src/20231010_AaveV3_Eth_EventsAip/AaveV3_EventsAip_20231010.s.sol:CreateProposal chain=mainnet */ contract CreateProposal is EthereumScript { function run() external broadcast { GovHelpers.Payload[] memory payloads = new GovHelpers.Payload[](1); - payloads[0] = GovHelpers.buildMainnet(address(0)); + payloads[0] = GovHelpers.buildMainnet(0xfa9aF30481942a31E6AE47f199C6c2a3978b5c33); GovHelpers.createProposal( payloads, GovHelpers.ipfsHashFile(vm, 'src/20231010_AaveV3_Eth_EventsAip/EventsAip.md') diff --git a/src/20231010_AaveV3_Eth_EventsAip/EventsAip.md b/src/20231010_AaveV3_Eth_EventsAip/EventsAip.md index f92c80a6..9f19c96e 100644 --- a/src/20231010_AaveV3_Eth_EventsAip/EventsAip.md +++ b/src/20231010_AaveV3_Eth_EventsAip/EventsAip.md @@ -1,5 +1,5 @@ --- -title: "events-aip" +title: "Events Funding" author: "AaveCo" discussions: "https://governance.aave.com/t/temp-check-aave-events-sponsorship-budget/14953" --- @@ -21,10 +21,12 @@ We are proposing several thoughtful, well-organized and targeted events at DevCo ## Specification This proposal encompasses the following actions: + - Transfer 550,000 GHO to receiver address ## References +- Payload: [Ethereum](https://etherscan.io/address/0xfa9aF30481942a31E6AE47f199C6c2a3978b5c33#code) - Implementation: [Ethereum](https://github.com/bgd-labs/aave-proposals/blob/main/src/20231010_AaveV3_Eth_EventsAip/AaveV3_Ethereum_EventsAip_20231010.sol) - Tests: [Ethereum](https://github.com/bgd-labs/aave-proposals/blob/main/src/20231010_AaveV3_Eth_EventsAip/AaveV3_Ethereum_EventsAip_20231010.t.sol) - [Snapshot TEMP Check](https://snapshot.org/#/aave.eth/proposal/0xdcb072d9782c5160d824ee37919c1be35024bd5aec579a86fdfc024f60213ca1)