Skip to content

Commit 4f003f9

Browse files
committed
aip text and submission
1 parent 195b073 commit 4f003f9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/20231010_AaveV3_Eth_EventsAip/AaveV3_EventsAip_20231010.s.sol

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {AaveV3_Ethereum_EventsAip_20231010} from './AaveV3_Ethereum_EventsAip_20
77

88
/**
99
* @dev Deploy AaveV3_Ethereum_EventsAip_20231010
10-
* command: make deploy-ledger contract=src/20231010_AaveV3_Eth_EventsAip/AaveV3_Ethereum_EventsAip_20231010.s.sol:DeployEthereum chain=mainnet
10+
* command: make deploy-ledger contract=src/20231010_AaveV3_Eth_EventsAip/AaveV3_EventsAip_20231010.s.sol:DeployEthereum chain=mainnet
1111
*/
1212
contract DeployEthereum is EthereumScript {
1313
function run() external broadcast {
@@ -17,12 +17,12 @@ contract DeployEthereum is EthereumScript {
1717

1818
/**
1919
* @dev Create Proposal
20-
* command: make deploy-ledger contract=src/20231010_AaveV3_Eth_EventsAip/AaveV3_Ethereum_EventsAip_20231010.s.sol:CreateProposal chain=mainnet
20+
* command: make deploy-ledger contract=src/20231010_AaveV3_Eth_EventsAip/AaveV3_EventsAip_20231010.s.sol:CreateProposal chain=mainnet
2121
*/
2222
contract CreateProposal is EthereumScript {
2323
function run() external broadcast {
2424
GovHelpers.Payload[] memory payloads = new GovHelpers.Payload[](1);
25-
payloads[0] = GovHelpers.buildMainnet(address(0));
25+
payloads[0] = GovHelpers.buildMainnet(0xfa9aF30481942a31E6AE47f199C6c2a3978b5c33);
2626
GovHelpers.createProposal(
2727
payloads,
2828
GovHelpers.ipfsHashFile(vm, 'src/20231010_AaveV3_Eth_EventsAip/EventsAip.md')

src/20231010_AaveV3_Eth_EventsAip/EventsAip.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "events-aip"
2+
title: "Events Funding"
33
author: "AaveCo"
44
discussions: "https://governance.aave.com/t/temp-check-aave-events-sponsorship-budget/14953"
55
---
@@ -21,10 +21,12 @@ We are proposing several thoughtful, well-organized and targeted events at DevCo
2121
## Specification
2222

2323
This proposal encompasses the following actions:
24+
2425
- Transfer 550,000 GHO to receiver address
2526

2627
## References
2728

29+
- Payload: [Ethereum](https://etherscan.io/address/0xfa9aF30481942a31E6AE47f199C6c2a3978b5c33#code)
2830
- Implementation: [Ethereum](https://github.com/bgd-labs/aave-proposals/blob/main/src/20231010_AaveV3_Eth_EventsAip/AaveV3_Ethereum_EventsAip_20231010.sol)
2931
- Tests: [Ethereum](https://github.com/bgd-labs/aave-proposals/blob/main/src/20231010_AaveV3_Eth_EventsAip/AaveV3_Ethereum_EventsAip_20231010.t.sol)
3032
- [Snapshot TEMP Check](https://snapshot.org/#/aave.eth/proposal/0xdcb072d9782c5160d824ee37919c1be35024bd5aec579a86fdfc024f60213ca1)

0 commit comments

Comments
 (0)