Skip to content

Commit

Permalink
set neutron-sdk and neutron-std to feat/refactor-icq-module-documenta…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
sotnikov-s committed Nov 18, 2024
1 parent a0e0866 commit efc9f9b
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 39 deletions.
70 changes: 35 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ incremental = false
overflow-checks = true

[workspace.dependencies]
neutron-sdk = { package = "neutron-sdk", git = "https://github.com/neutron-org/neutron-sdk", branch = "main" }
neutron-std = { git = "https://github.com/neutron-org/neutron-std", branch = "main" }
neutron-sdk = { package = "neutron-sdk", git = "https://github.com/neutron-org/neutron-sdk", branch = "feat/refactor-icq-module-documentation" }
neutron-std = { git = "https://github.com/neutron-org/neutron-std", branch = "feat/refactor-icq-module-documentation" }

prost = "0.12.4"
prost-types = "0.12.4"
Expand Down
5 changes: 3 additions & 2 deletions contracts/neutron_interchain_queries/schema/execute_msg.json
Original file line number Diff line number Diff line change
Expand Up @@ -528,14 +528,15 @@
],
"definitions": {
"KvKey": {
"description": "A path to an IAVL storage node.",
"type": "object",
"required": [
"key",
"path"
],
"properties": {
"key": {
"description": "Key you want to read from the storage",
"description": "The second half of the storage path. The remaining part of the full path to an IAVL storage node.",
"type": "array",
"items": {
"type": "integer",
Expand All @@ -544,7 +545,7 @@
}
},
"path": {
"description": "Path (storage prefix) to the storage where you want to read value by key (usually name of cosmos-sdk module: 'staking', 'bank', etc.)",
"description": "The first half of the storage path. It is supposed to be a substore name for the query (e.g. bank, staking, etc.).",
"type": "string"
}
},
Expand Down

0 comments on commit efc9f9b

Please sign in to comment.