-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: zora erc20 minter #42
base: main
Are you sure you want to change the base?
Conversation
Currently receiving 500 response from calldata generation when
|
Example NFT: https://zora.co/collect/zora:0xefcfa9a3658443a7702c59d1c68be5c52a23df43/25 When running the NFT Open Action testing environment (https://github.com/defispartan/nft-oa-test) locally with nft-openaction-kit package version linked from this branch, the call to
|
Add support for Zora ERC20Minter (paying with arbitrary ERC20 token), and generally support paymentToken as a parameter to
getMintSignature
andgetPrice
in all platform services.