Web3.swift
Web3.swift copied to clipboard
Fix tokenURI & add baseURI for ERC721Metadata
- The
AnnotatedERC721protocol's definition mistyped the tokenURI function, missing atokenURIparameter. - The
baseURIis missing in the protocol
This PR fixed both.