init
This commit is contained in:
@@ -7,7 +7,7 @@ import "cosmos/app/v1alpha1/module.proto";
|
||||
// Module is the config object of the builder module.
|
||||
message Module {
|
||||
option (cosmos.app.v1alpha1.module) = {
|
||||
go_import : "github.com/skip-mev/pob/x/builder"
|
||||
go_import : "github.com/skip-mev/block-sdk/x/builder"
|
||||
};
|
||||
|
||||
// Authority defines the custom module authority. If not set, defaults to the
|
||||
|
||||
@@ -6,7 +6,7 @@ import "cosmos/base/v1beta1/coin.proto";
|
||||
import "amino/amino.proto";
|
||||
import "cosmos_proto/cosmos.proto";
|
||||
|
||||
option go_package = "github.com/skip-mev/pob/x/builder/types";
|
||||
option go_package = "github.com/skip-mev/block-sdk/x/builder/types";
|
||||
|
||||
// GenesisState defines the genesis state of the x/builder module.
|
||||
message GenesisState { Params params = 1 [ (gogoproto.nullable) = false ]; }
|
||||
|
||||
@@ -6,7 +6,7 @@ import "google/api/annotations.proto";
|
||||
import "cosmos/query/v1/query.proto";
|
||||
import "pob/builder/v1/genesis.proto";
|
||||
|
||||
option go_package = "github.com/skip-mev/pob/x/builder/types";
|
||||
option go_package = "github.com/skip-mev/block-sdk/x/builder/types";
|
||||
|
||||
// Query defines the x/builder querier service.
|
||||
service Query {
|
||||
|
||||
@@ -9,7 +9,7 @@ import "cosmos_proto/cosmos.proto";
|
||||
import "cosmos/msg/v1/msg.proto";
|
||||
import "amino/amino.proto";
|
||||
|
||||
option go_package = "github.com/skip-mev/pob/x/builder/types";
|
||||
option go_package = "github.com/skip-mev/block-sdk/x/builder/types";
|
||||
|
||||
// Msg defines the x/builder Msg service.
|
||||
service Msg {
|
||||
|
||||
Reference in New Issue
Block a user