-
-
Notifications
You must be signed in to change notification settings - Fork 364
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
fix: Evm Can't transfer or burn your own NFT #11220
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for koda-canary ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
# Conflicts: # components/common/itemTransfer/ItemTransferModal.vue # components/gallery/GalleryItemButton/GalleryItemMoreActionBtn.vue
|
||
return isEthereumAddress(address1) | ||
? isSameAddressEvm(address1, address2) | ||
: isSameAddressSubstrate(address1, address2) | ||
} |
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.
can we solve it by this?
} | |
return addressEq(address1.toLowerCase(), address2.toLowerCase()) |
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.
# Conflicts: # components/items/ItemsGrid/ItemsGridImage.vue # components/profile/ProfileDetail.vue
Quality Gate passedIssues Measures |
PR Type
Context
Screenshot 📸
Sub
Evm