Skip to content

Commit

Permalink
chore: comment out autocli for gateway module param updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Sep 23, 2024
1 parent df65798 commit ae16cf3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions x/gateway/module/autocli.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (am AppModule) AutoCLIOptions() *autocliv1.ModuleOptions {
Tx: &autocliv1.ServiceCommandDescriptor{
Service: modulev1.Msg_ServiceDesc.ServiceName,
EnhanceCustomCommand: true, // only required if you want to use the custom command
RpcCommandOptions: []*autocliv1.RpcCommandOptions{
RpcCommandOptions: []*autocliv1.RpcCommandOptions{
// {
// RpcMethod: "UpdateParams",
// Skip: true, // skipped because authority gated
Expand All @@ -51,12 +51,12 @@ func (am AppModule) AutoCLIOptions() *autocliv1.ModuleOptions {
// Short: "Send a unstake_gateway tx",
// PositionalArgs: []*autocliv1.PositionalArgDescriptor{},
// },
{
RpcMethod: "UpdateParam",
Use: "update-param [name] [as-type]",
Short: "Send a update-param tx",
PositionalArgs: []*autocliv1.PositionalArgDescriptor{{ProtoField: "name"}, {ProtoField: "asType"}},
},
// {
// RpcMethod: "UpdateParam",
// Use: "update-param [name] [as-type]",
// Short: "Send a update-param tx",
// PositionalArgs: []*autocliv1.PositionalArgDescriptor{{ProtoField: "name"}, {ProtoField: "asType"}},
// },
// this line is used by ignite scaffolding # autocli/tx
},
},
Expand Down

0 comments on commit ae16cf3

Please sign in to comment.