Skip to content

v0.36.0

Compare
Choose a tag to compare
@troggy troggy released this 24 Sep 15:00
· 23 commits to master since this release
v0.36.0
163b2ad

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')