Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove staking contract #13

Merged
merged 1 commit into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,11 @@
This repository contains templates for building integrations with Sablier.

- **StreamCreator**: A template for creating a Lockup Linear stream.
- **StreamStaking**: A template for writing a staking contract for Sablier streams.

For more information, refer to this guide on our documentation website:

https://docs.sablier.com/contracts/v2/guides/local-environment

## Disclaimer

The templates provided in this repo have NOT BEEN AUDITED and is provided "AS IS" with no warranties of any kind, either
express or implied. It is intended solely for demonstration purposes. These templates should NOT be used in a production
environment. It makes specific assumptions that may not apply to your particular needs.

## License

This repo is licensed under GPL 3.0 or later.
362 changes: 0 additions & 362 deletions src/StakeSablierNFT.sol

This file was deleted.

159 changes: 0 additions & 159 deletions test/stake-sablier-nft/StakeSablierNFT.t.sol

This file was deleted.

44 changes: 0 additions & 44 deletions test/stake-sablier-nft/claim-rewards/claimRewards.t.sol

This file was deleted.

5 changes: 0 additions & 5 deletions test/stake-sablier-nft/claim-rewards/claimRewards.tree

This file was deleted.

53 changes: 0 additions & 53 deletions test/stake-sablier-nft/stake/stake.t.sol

This file was deleted.

12 changes: 0 additions & 12 deletions test/stake-sablier-nft/stake/stake.tree

This file was deleted.

53 changes: 0 additions & 53 deletions test/stake-sablier-nft/unstake/unstake.t.sol

This file was deleted.

9 changes: 0 additions & 9 deletions test/stake-sablier-nft/unstake/unstake.tree

This file was deleted.