-
Notifications
You must be signed in to change notification settings - Fork 17
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: burn capital, landing page and multi burn #1222
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for teritori-dapp ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for testitori ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it must be a send
, not transfer
message, otherwise the nft is sent without executing the "receive" code in contract and is "lost"
we might need to re enable some of the collections so they can be listed in the UI
|
This commit removes unused imports and adds new functionality to the TopSectionConnectWallet component. When a wallet is connected, it now shows the user's avatar and address. If no wallet is connected, it displays the MainConnectWalletButton for users to connect their wallets.
This commit introduces the ability to perform multi-burn operations and implements cache invalidation when a burn operation is performed. The cache invalidation ensures the data is refreshed post-burn, providing up-to-date information to the users.
…ideCart component
This commit re-enables the NFT burner feature which was previously commented out in the NFTView component. This includes fetching the network feature, getting authorized collections and showing the recycle option if the burner feature is enabled and the NFT contract address is included in the authorized collections.
Removed an unused instance of queryClient in the NFTView component. Additionally, added a comment to explain the use of hardcoded values in the BurnableNFTs component instead of fetching authorized collections.
Signed-off-by: Norman Meier <[email protected]>
Signed-off-by: Norman Meier <[email protected]>
595f1d9
to
0a1aaea
Compare
No description provided.