You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
How this NFT marketplace can be used with tokens created not with Wen?
E.g. tokens were created on another platforms and don't have some of the extensions.
Solana dev net:
// Token Balances
// Address Token Change Post Balance
// 4QmLSPs9VZfRjxMTSCkQ16GmnXHhJJfBjYx1qjZuHLt3
// BtQepx3Syy2ZeFJ6vHgAXycaDdyrDKX27reNE3QvYRDA
Please advise what things to change
The text was updated successfully, but these errors were encountered:
Hey there, shouldn't be an issue just would need to remove the piece of the code thats calling into the WEN program to create the "approve" account and pay the royalties. The rest of the marketplace should function as expected for any Token22 NFT.
Hello,
How this NFT marketplace can be used with tokens created not with Wen?
E.g. tokens were created on another platforms and don't have some of the extensions.
Solana dev net:
// Token Balances
// Address Token Change Post Balance
// 4QmLSPs9VZfRjxMTSCkQ16GmnXHhJJfBjYx1qjZuHLt3
// BtQepx3Syy2ZeFJ6vHgAXycaDdyrDKX27reNE3QvYRDA
Please advise what things to change
The text was updated successfully, but these errors were encountered: