Compare commits
2 Commits
461b1dd9f6
...
c17976a491
Author | SHA1 | Date | |
---|---|---|---|
c17976a491 | |||
84ba2386c6 |
18
README.md
18
README.md
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user