Skip to content

Commit 0ac8330

Browse files
committed
fix
1 parent fbe365a commit 0ac8330

File tree

2 files changed

+544
-105
lines changed

2 files changed

+544
-105
lines changed

proto/secret/compute/v1beta1/msg.proto

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,19 @@ message MsgContractGovernanceProposal {
243243

244244
message MsgContractGovernanceProposalResponse {}
245245

246+
message MsgMigrateContractProposal {
247+
option (gogoproto.goproto_getters) = false;
248+
option (cosmos.msg.v1.signer) = "authority";
249+
option (amino.name) = "wasm/MsgMigrateContractProposal";
250+
251+
string authority = 1;
252+
string title = 2;
253+
string description = 3;
254+
repeated MigrateContractInfo contracts = 4;
255+
}
256+
257+
message MsgMigrateContractProposalResponse {}
258+
246259
message MsgSetContractGovernance {
247260
option (gogoproto.goproto_getters) = false;
248261
option (cosmos.msg.v1.signer) = "sender";

0 commit comments

Comments
 (0)