Web3.swift icon indicating copy to clipboard operation
Web3.swift copied to clipboard

Fix tokenURI & add baseURI for ERC721Metadata

Open xiao99xiao opened this issue 3 years ago • 0 comments

  • The AnnotatedERC721 protocol's definition mistyped the tokenURI function, missing a tokenURI parameter.
  • The baseURI is missing in the protocol

This PR fixed both.

xiao99xiao avatar Nov 15 '21 13:11 xiao99xiao