We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c34b19 commit 4b88568Copy full SHA for 4b88568
docs/idl.md
@@ -23,7 +23,7 @@ structure to tie them together.
23
24
The following is an overview with the JSON schemas removed. The full file can be
25
found
26
-[here](https://github.com/CosmWasm/cosmwasm/blob/ef5e8558ef047b25544d794a302f181809d79195/contracts/hackatom/schema/hackatom.json).
+[here](https://github.com/CosmWasm/cosmwasm/blob/v1.5.3/contracts/hackatom/schema/hackatom.json).
27
28
```json
29
{
@@ -38,7 +38,7 @@ found
38
"responses": {
39
"get_int": *JSON_SCHEMA_FOR_RESPONSE_TO_GET_INT_QUERY*,
40
"other_balance": *JSON_SCHEMA_FOR_RESPONSE_TO_OTHER_BALANCE_QUERY*,
41
- },
+ }
42
}
43
```
44
0 commit comments