v0.36.0
Changed
- BREAKING CHANGE:
getColors()
RPC helper now returns all the colors instead of only erc20 (#145)
Added
getColors
RPC helper now supports ERC721 and ERC1948 (#145):// erc20 + erc721 + erc1948 plasma.getColors() // erc721 plasma.getColors('erc20') // erc721 plasma.getColors('erc721') // erc1948 plasma.getColors('erc1948')