Release v1.1.18
Fixes
- The
TokenInfo
contract changed to limit the gas usage when trying to get thesymbol
,name
,decimals
andisNFT
from a contract. Some contracts were failing thegetInfoBatch
call as the contracts didn't support the token functions orsupportInterface
for isNTF, but used all the gas when those calls were attempted. Using a try/catch doesn't help when the gas limit is hit even with view calls. - The new
TokenInfo
contract has been deployed to Mainnet, Goerli, Seploia, Polygon, Avalanche, Arbitrum, Optimism and Gnosis.