Compare commits

...

2 Commits

Author SHA1 Message Date
c17976a491 Update readme 2023-06-08 14:23:45 -07:00
84ba2386c6 Governance address and interface don't needed in this proposal 2023-06-08 14:19:15 -07:00
2 changed files with 8 additions and 12 deletions

@ -1,10 +1,4 @@
# Proposal title
### Changes / effect description
- 1
- 2
- ...
# Project costs reimbursement proposal
### Requirements
@ -15,8 +9,8 @@
### Installation
```text
git clone --recurse-submodules <proposal-repo-link>
cd <proposal-name>
git clone --recurse-submodules https://git.tornado.ws/Theo/proposal-24-costs-reimbursement
cd proposal-24-costs-reimbursement
npm install
```
@ -24,4 +18,8 @@ npm install
```text
npm run test
```
```
#### Deployed contracts
Proposal contract: [0xF24ac7677771707a05Df028D7f96f078d6c696e5](https://etherscan.io/address/0xf24ac7677771707a05df028d7f96f078d6c696e5#code)

@ -2,12 +2,10 @@
pragma solidity ^0.8.19;
import { IGovernance } from "@interfaces/IGovernance.sol";
import { IERC20 } from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
contract ReimbursementProposal {
address constant tornTokenAddress = 0x77777FeDdddFfC19Ff86DB637967013e6C6A116C;
address constant governanceAddress = 0x5efda50f22d34F262c29268506C5Fa42cB56A1Ce;
function executeProposal() public {
address developerAddress = 0x9Ff3C1Bea9ffB56a78824FE29f457F066257DD58;