-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(sdk): ERC-20 minting * feat: init of erc20 sdk doc * updated readme * erc20 minting sdk - no need to pass currenty or price per token to sdk * updated readme to reflect new logic * updated changeset --------- Co-authored-by: Isabella Smallcombe <[email protected]> Co-authored-by: Dan Oved <[email protected]>
- Loading branch information
1 parent
ee24f92
commit 344f452
Showing
7 changed files
with
374 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@zoralabs/protocol-sdk": patch | ||
--- | ||
|
||
Adds support for ERC-20 minting on 1155s using ERC20 minters within the function `makePrepareMintTokenParams`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.