Skip to content

Commit 07b5e71

Browse files
authored
CosmWasm AccountParser part 2 (#1929)
* Add missing export CosmWasmClientOptions * Add link to PR #1928
1 parent 91c980f commit 07b5e71

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ and this project adheres to
2222
Osmosis' EIP-1559 implementation or the Skip fee market module to get the gas
2323
price from the chain. ([#1926])
2424
- @cosmjs/cosmwasm-stargate: Add the ability to specify a custom account parser
25-
for `CosmWasmClient`.
25+
for `CosmWasmClient`. ([#1928])
2626

2727
[#1883]: https://github.com/cosmos/cosmjs/issues/1883
2828
[#1916]: https://github.com/cosmos/cosmjs/pull/1916
2929
[#1926]: https://github.com/cosmos/cosmjs/pull/1926
30+
[#1928]: https://github.com/cosmos/cosmjs/pull/1928
3031

3132
### Changed
3233

packages/cosmwasm/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export type { Code, CodeDetails, Contract, ContractCodeHistoryEntry } from "./cosmwasmclient";
2+
export type { CosmWasmClientOptions } from "./cosmwasmclient";
23
export { CosmWasmClient } from "./cosmwasmclient";
34
export { fromBinary, toBinary } from "./encoding";
45
export { _instantiate2AddressIntermediate, instantiate2Address } from "./instantiate2";

0 commit comments

Comments
 (0)