Skip to content

Commit

Permalink
Update LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
strenev committed Sep 7, 2023
1 parent 26f0376 commit 351996d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
MIT License

Copyright (c) 2023 0xFusion.

The contract is modified version of the LandWorksDecentralandStaking.sol contract
from EnterDAO's repository - https://github.com/EnterDAO/LandWorks-YF-Contracts
thus has copyright 2022 EnterDAO and 2019 Synthetix
Copyright (c) 2023 0xFusion, 2022 EnterDAO, 2019 Synthetix.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">

# ERC721 Yield Farming
# ERC721 Staking

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Expand All @@ -11,7 +11,7 @@
The repository contains contracts for farming with any ERC721 compatible NFTs. Any specified ERC-721 can be used to farm any ERC-20 compatible tokens, by
depositing/locking them into the ERC721Staking contract that uses ERC-721 instead of the normal ERC-20 token.
The basis of the staking contract is the stripped down version of
Synthetix's [StakingRewards](https://solidity-by-example.org/defi/staking-rewards/) contract and modified version of EnterDAO's [LandWorks-YF-Contracts](https://github.com/EnterDAO/LandWorks-YF-Contracts)
Synthetix's [StakingRewards](https://solidity-by-example.org/defi/staking-rewards/) contract and modified version of EnterDAO's [LandWorks-YF-Contracts](https://github.com/EnterDAO/LandWorks-YF-Contracts). Credit to [EnterDAO](https://enterdao.xyz/) and [Synthetix](https://synthetix.io/).

NFT owners can stake or withdraw his/hers NFTs at any time.

Expand Down

0 comments on commit 351996d

Please sign in to comment.