Skip to content

Commit

Permalink
regen proto
Browse files Browse the repository at this point in the history
  • Loading branch information
joldie777 committed Sep 2, 2024
1 parent 820cace commit 6164ce8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/neutron-sdk/src/proto_types/NEUTRON_COMMIT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5087037130b68ef58b39026d8cedffabfb07f35d
403292ad198dd528fab93e2e0673ba261da99576
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ pub struct MsgSubmitQueryResult {
pub sender: ::prost::alloc::string::String,
/// is the IBC client ID for an IBC connection between Neutron chain and target
/// chain (where the result was obtained from)
/// Deprecated: populating this field does not make any affect
#[deprecated]
#[prost(string, tag = "3")]
#[serde(alias = "clientID")]
pub client_id: ::prost::alloc::string::String,
Expand Down
2 changes: 1 addition & 1 deletion proto-build/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const SLINKY_REPO: &str = "https://github.com/skip-mev/slinky.git";
const COSMOS_SDK_REV: &str = "v0.50.8-neutron";

/// The Neutron commit or tag to be cloned and used to build the proto files
const NEUTRON_REV: &str = "5087037130b68ef58b39026d8cedffabfb07f35d";
const NEUTRON_REV: &str = "403292ad198dd528fab93e2e0673ba261da99576";

/// The wasmd commit or tag to be cloned and used to build the proto files
const WASMD_REV: &str = "v0.51.0";
Expand Down

0 comments on commit 6164ce8

Please sign in to comment.