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 tokenURI method name for ERC721 and ERC721x tokens #479

Conversation

Sarquella
Copy link
Contributor

@Sarquella Sarquella commented Mar 10, 2022

Change method name used in tokenURI(tokenId:) from "tokenId" to "tokenURI" for both ERC721 and ERC721x tokens.

Fixes #419

@mloit
Copy link
Contributor

mloit commented Mar 22, 2022

This PR does pass on my system, and from the changes I see no reason why it should fail here. Maybe an issue with the automated test? As as far as I can tell there are no tests for these ERC's. I have manually verified that the names in the PR are correct.

1 similar comment
@mloit
Copy link
Contributor

mloit commented Mar 22, 2022

This PR does pass on my system, and from the changes I see no reason why it should fail here. Maybe an issue with the automated test? As as far as I can tell there are no tests for these ERC's. I have manually verified that the names in the PR are correct.

@JeneaVranceanu
Copy link
Collaborator

@yaroslavyaroslav Please, re-run CI for this PR.
It was cancelled automatically:
Screenshot 2022-03-22 at 14 45 42

@yaroslavyaroslav yaroslavyaroslav merged commit 5edab19 into web3swift-team:develop Mar 22, 2022
@Sarquella Sarquella deleted the fix/ERC721-tokenURI-method-name branch March 22, 2022 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: tokenURI
5 participants