From c5adb2a1916719af9bf000754d83e12bfaf19f39 Mon Sep 17 00:00:00 2001 From: willclarktech Date: Thu, 10 Jun 2021 10:12:11 +0200 Subject: [PATCH] Update CHANGELOG for InstantiateOptions change --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b504d82..f551668d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,12 @@ and this project adheres to ### Changed +- @cosmjs/cosmwasm-launchpad: The `transferAmount` property on + `InstantiateOptions` (accepted as a parameter to + `SigningCosmWasmClient.instantiate`) has been renamed to `funds`. +- @cosmjs/cosmwasm-stargate: The `transferAmount` property on + `InstantiateOptions` (accepted as a parameter to + `SigningCosmWasmClient.instantiate`) has been renamed to `funds`. - @cosmjs/tendermint-rpc: Make `tendermint34.Header.lastBlockId` and `tendermint34.Block.lastCommit` optional to better handle the case of height 1 where there is no previous block.