Skip to content
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: nft descriptor base64 #617

Merged
merged 4 commits into from
Jul 13, 2023
Merged

fix: nft descriptor base64 #617

merged 4 commits into from
Jul 13, 2023

Conversation

PaulRBerg
Copy link
Member

@PaulRBerg PaulRBerg changed the title Fix/nft descriptor base64 fix: nft descriptor base64 Jul 13, 2023
Copy link
Member

@andreivladbrg andreivladbrg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You missed this:

assetAddress: address(vars.asset).toHexString()

It should be changed to:

assetAddress: vars.asset.toHexString()

The contracts formatting fails, I think we should set it of in the test file.

@PaulRBerg
Copy link
Member Author

Good catch! Fixing now

test: update hard-coded values
test: use LibString to remove data URI prefix

Closes #616
@PaulRBerg
Copy link
Member Author

Looks like it's working onw

@PaulRBerg PaulRBerg merged commit ffa8d1b into main Jul 13, 2023
@PaulRBerg PaulRBerg deleted the fix/nft-descriptor-base64 branch July 13, 2023 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants