Skip to content

v0.0.36

Compare
Choose a tag to compare
@codingki codingki released this 27 Apr 09:09
· 346 commits to dev since this release

What's Changed

Fix and adjustments by @codingki in #69

  • Fix: reconnect issue #20
  • Feat: Add autoReconnect options to provider config #65
  • Fix: getBalances support cw20 prefix from coinMinimalDenom
  • Breaking Change: connect chain info no longer destructured in root args, now inside chain
      connect({
        chain?: {
          chainId: string;
          currencies: AppCurrency[];
          path?: string;
          rest: string;
          rpc: string;
          rpcHeaders?: Dictionary;
          gas?: {
            price: string;
            denom: string;
          }
        }
        signerOpts?: SigningCosmWasmClientOptions;
        walletType?: WalletType;
      })

Full Changelog: v0.0.35...v0.0.36