ERC1155 tokens are not supported yet.
const enum TokenType { NATIVE = 0, ERC20 = 1, ERC1155 = 2, }
Last updated 11 months ago