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
After deploying a psp34 contract and minting an NFT with metadata URI the swanky node seems to be returning an ending character \x00 instead of the URI that was set via mint call. If I perform the same test on testnet I get the correct URI returned.
Description
After deploying a psp34 contract and minting an NFT with metadata URI the swanky node seems to be returning an ending character
\x00
instead of the URI that was set via mint call. If I perform the same test on testnet I get the correct URI returned.Steps to Reproduce
Failing test: https://github.com/tad3j/apillon-gratitude-nft/blob/master/tests/apillon-gratitude-nft.spec.ts#L67
Expected vs. Actual Behavior
tokenUri
should return valueipfs://base-uri/1.json
but it actually returns\x00
locally when using swanky node.Environment
Logs, Errors or Screenshots
The text was updated successfully, but these errors were encountered: