Support CosmWasm 0.10 with CosmJS ^0.23.0

This commit is contained in:
Simon Warta 2020-10-08 16:21:03 +02:00
parent 195014b357
commit 6a5bc980e6

View File

@ -6,12 +6,12 @@ An SDK to build CosmWasm clients.
## Compatibility
| CosmWasm | x/wasm | @cosmjs/cosmwasm |
| -------- | ------ | ---------------- |
| 0.11 | 0.11 | `^0.23.0` |
| 0.10 | 0.10 | `^0.22.0` |
| 0.9 | 0.9 | `^0.21.0` |
| 0.8 | 0.8 | `^0.20.1` |
| CosmWasm | x/wasm | @cosmjs/cosmwasm |
| --------- | --------- | ---------------- |
| 0.10-0.11 | 0.10-0.11 | `^0.23.0` |
| 0.10 | 0.10 | `^0.22.0` |
| 0.9 | 0.9 | `^0.21.0` |
| 0.8 | 0.8 | `^0.20.1` |
## Development