Skip to content

Release v1.1.18

Compare
Choose a tag to compare
@naddison36 naddison36 released this 22 Mar 05:24
· 49 commits to master since this release

Fixes

  • The TokenInfo contract changed to limit the gas usage when trying to get the symbol, name, decimals and isNFT from a contract. Some contracts were failing the getInfoBatch call as the contracts didn't support the token functions or supportInterface 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.