Skip to content

Commit

Permalink
Deployment instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
MickdeGraaf committed Jul 28, 2021
1 parent 56ebdc1 commit 8c29517
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ npx hardhat generate-proof --input merkleLeafs.json --output proof.json --addres
```


## Deployment

```
npx hardhat deploy-staking --deposit-token [DOUGH_ADDRESS] --name veDOUGH --symbol veDOUGH --min-lock-duration 15552000 --max-lock-duration 93312000 --min-lock-amount [min amount to lock in wei] --network mainnet
```

## Integration

### SharesTimeLock
Expand Down

0 comments on commit 8c29517

Please sign in to comment.