Skip to content

Commit c99b2f1

Browse files
committed
docs
1 parent 4c03dfe commit c99b2f1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

contracts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@thirdweb-dev/contracts",
33
"description": "Collection of smart contracts deployable via the thirdweb SDK, dashboard and CLI",
4-
"version": "3.2.3-0",
4+
"version": "3.2.3",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

docs/Staking721.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66

7-
7+
note: This is a Beta release.
88

99

1010

docs/Staking721Base.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66

7-
EXTENSION: Staking721 The `Staking721Base` smart contract implements NFT staking mechanism. Allows users to stake their ERC-721 NFTs and earn rewards in form of ERC-20 tokens. Following features and implementation setup must be noted: - ERC-721 NFTs from only one NFT collection can be staked. - Contract admin can choose to give out rewards by either transferring or minting the rewardToken, which is an ERC20 token. See {_mintRewards}. - To implement custom logic for staking, reward calculation, etc. corresponding functions can be overridden from the extension `Staking721`. - Ownership of the contract, with the ability to restrict certain functions to only be called by the contract's owner. - Multicall capability to perform multiple actions atomically.
7+
note: This is a Beta release. EXTENSION: Staking721 The `Staking721Base` smart contract implements NFT staking mechanism. Allows users to stake their ERC-721 NFTs and earn rewards in form of ERC-20 tokens. Following features and implementation setup must be noted: - ERC-721 NFTs from only one NFT collection can be staked. - Contract admin can choose to give out rewards by either transferring or minting the rewardToken, which is an ERC20 token. See {_mintRewards}. - To implement custom logic for staking, reward calculation, etc. corresponding functions can be overridden from the extension `Staking721`. - Ownership of the contract, with the ability to restrict certain functions to only be called by the contract's owner. - Multicall capability to perform multiple actions atomically.
88

99

1010

docs/Staking721Upgradeable.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66

7-
7+
note: This is a Beta release.
88

99

1010

0 commit comments

Comments
 (0)