Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
aip text and submission
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka committed Oct 23, 2023
1 parent 195b073 commit 4f003f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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')
Expand Down
4 changes: 3 additions & 1 deletion src/20231010_AaveV3_Eth_EventsAip/EventsAip.md
Original file line number Diff line number Diff line change
@@ -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"
---
Expand All @@ -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)
Expand Down

0 comments on commit 4f003f9

Please sign in to comment.