owlprotocol / web3-redux

Web3 Redux Library
6 stars 1 forks source link

v1.1.0 ERC721 & ERC115 Token Uri Computation #226

Closed leovigna closed 2 years ago

leovigna commented 2 years ago

Description

Instead of calling tokenUri(tokenId) many times. Try to save RPC calls by locally computing the uri using baseUri (ERC721), uri (ERC1155) or a form of pattern matching.