Skip to content

Commit

Permalink
Merge pull request #561 from korzewski/cw2-readme-update
Browse files Browse the repository at this point in the history
Update cw2 readme - contract_info key
  • Loading branch information
maurolacy authored Nov 24, 2021
2 parents da91bcf + d663bec commit ba2de19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cw2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ paths.

All CW2-compliant contracts must store the following data:

* key: `\x00\x0dcontract_info` (length prefixed "contract_info" using Singleton pattern)
* key: `contract_info`
* data: Json-serialized `ContractVersion`

```rust
Expand Down

0 comments on commit ba2de19

Please sign in to comment.