webflow-nft-components
webflow-nft-components copied to clipboard
Added Custom Price Method Override
Added an override so users can override the name of the price function by adding a custom name in the settings, similarly to how this could be done with the mint function:
contractMethods: { mint: "mintQueen", price: "getPriceQueen" }
@stawberryjuice is attempting to deploy a commit to the Buildship Team on Vercel.
A member of the Team first needs to authorize it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated |
---|---|---|---|
nftcomponents | ✅ Ready (Inspect) | Visit Preview | Sep 25, 2022 at 4:09PM (UTC) |
Great addition, thanks! I noticed a bug, so I pushed a fix. I've let Vercel deploy this branch, let's check if it works