Skip to content

Commit

Permalink
remove amino
Browse files Browse the repository at this point in the history
  • Loading branch information
kimurayu45z committed Dec 3, 2024
1 parent f669ec9 commit dcc9e41
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 60 deletions.
27 changes: 12 additions & 15 deletions api/gluon/perp/params.pulsar.go

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

27 changes: 12 additions & 15 deletions api/gluon/spot/params.pulsar.go

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

6 changes: 1 addition & 5 deletions proto/gluon/perp/params.proto
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
syntax = "proto3";
package gluon.perp;

import "amino/amino.proto";
import "gogoproto/gogo.proto";

option go_package = "gluon/x/perp/types";

// Params defines the parameters for the module.
message Params {
option (amino.name) = "gluon/x/perp/Params";
option (gogoproto.equal) = true;


}
}
6 changes: 1 addition & 5 deletions proto/gluon/spot/params.proto
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
syntax = "proto3";
package gluon.spot;

import "amino/amino.proto";
import "gogoproto/gogo.proto";

option go_package = "gluon/x/spot/types";

// Params defines the parameters for the module.
message Params {
option (amino.name) = "gluon/x/spot/Params";
option (gogoproto.equal) = true;


}
}
17 changes: 7 additions & 10 deletions x/perp/types/params.pb.go

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

17 changes: 7 additions & 10 deletions x/spot/types/params.pb.go

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

0 comments on commit dcc9e41

Please sign in to comment.