Skip to content

Commit

Permalink
in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnya97 committed Oct 18, 2021
1 parent 6fed296 commit 63cc9ba
Show file tree
Hide file tree
Showing 9 changed files with 755 additions and 257 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
syntax = "proto3";
package osmosislabs.osmosis.txfees;
package osmosis.txfees.v1beta1;

import "gogoproto/gogo.proto";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
syntax = "proto3";
package osmosislabs.osmosis.txfees;
package osmosis.txfees.v1beta1;

import "gogoproto/gogo.proto";
import "osmosis/txfees/v1beta1/feetoken.proto";

option go_package = "github.com/osmosis-labs/osmosis/x/txfees/types";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
syntax = "proto3";
package osmosis.poolincentives.v1beta1;
package osmosis.txfees.v1beta1;

import "gogoproto/gogo.proto";
import "osmosis/pool-incentives/v1beta1/incentives.proto";
import "osmosis/txfees/v1beta1/feetoken.proto";

option go_package = "github.com/osmosis-labs/osmosis/x/pool-incentives/types";
option go_package = "github.com/osmosis-labs/osmosis/x/txfees/types";

// UpdateFeeTokenProposal is a gov Content type for adding a new whitelisted fee
// token It must specify a denom along with gamm pool ID to use as a spot price
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
syntax = "proto3";
package osmosislabs.osmosis.txfees;
package osmosis.txfees.v1beta1;

import "google/api/annotations.proto";
import "cosmos/base/query/v1beta1/pagination.proto";
Expand Down
358 changes: 358 additions & 0 deletions x/txfees/types/feetoken.pb.go

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

Loading

0 comments on commit 63cc9ba

Please sign in to comment.