diff --git a/proto/cellar_v2.proto b/proto/cellar_v2.proto index afba5b39..22827224 100644 --- a/proto/cellar_v2.proto +++ b/proto/cellar_v2.proto @@ -688,7 +688,7 @@ message CellarV2_5 { /* * Allows the strategist to add, or update an existing alternative asset deposit. * - * Represents function `setAlternativeAssetData(uint32 positionId, address asset, address adaptor, bool isDeposit)` + * Represents function `setAlternativeAssetData(ERC20 _alternativeAsset, uint32 _alternativeHoldingPosition, uint32 _alternativeAssetFee)` */ message SetAlternativeAssetData { // The address of the alternative asset diff --git a/steward_proto_go/steward_proto/cellar_v2.pb.go b/steward_proto_go/steward_proto/cellar_v2.pb.go index 334844e9..6365d328 100644 --- a/steward_proto_go/steward_proto/cellar_v2.pb.go +++ b/steward_proto_go/steward_proto/cellar_v2.pb.go @@ -4367,7 +4367,7 @@ func (x *CellarV2_5_ForcePositionOut) GetInDebtArray() bool { // // Allows the strategist to add, or update an existing alternative asset deposit. // -// Represents function `setAlternativeAssetData(uint32 positionId, address asset, address adaptor, bool isDeposit)` +// Represents function `setAlternativeAssetData(ERC20 _alternativeAsset, uint32 _alternativeHoldingPosition, uint32 _alternativeAssetFee)` type CellarV2_5_SetAlternativeAssetData struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache diff --git a/steward_proto_rust/src/prost/descriptor.bin b/steward_proto_rust/src/prost/descriptor.bin index 269917f1..4f2b3027 100644 Binary files a/steward_proto_rust/src/prost/descriptor.bin and b/steward_proto_rust/src/prost/descriptor.bin differ diff --git a/steward_proto_rust/src/prost/steward.v3.rs b/steward_proto_rust/src/prost/steward.v3.rs index a383c022..89cad5b5 100644 --- a/steward_proto_rust/src/prost/steward.v3.rs +++ b/steward_proto_rust/src/prost/steward.v3.rs @@ -3718,7 +3718,7 @@ pub mod cellar_v2_5 { /// /// Allows the strategist to add, or update an existing alternative asset deposit. /// - /// Represents function `setAlternativeAssetData(uint32 positionId, address asset, address adaptor, bool isDeposit)` + /// Represents function `setAlternativeAssetData(ERC20 _alternativeAsset, uint32 _alternativeHoldingPosition, uint32 _alternativeAssetFee)` #[derive(serde::Deserialize, serde::Serialize, Clone, PartialEq, ::prost::Message)] pub struct SetAlternativeAssetData { /// The address of the alternative asset