Skip to content

v2.1.0

Choose a tag to compare

@iamssen iamssen released this 27 Sep 08:08
· 144 commits to main since this release

Added

  • Added getChainOptions().then(({ defaultNetwork, walletConnectChainIds }) => { /* TODO */ })
  • Added sign() (this only works on ConnectType.CHROME_EXTENSION)
    • This function is same as sign() function of terra.js/extension
    • const { sign } = useWallet()
    • const { availableSign, sign } = useConnectedWallet()

Refactoring