forked from cerc-io/laconicd-deprecated
chore: un-fork from cosmos (#166)
* chore: un-fork from cosmos * rm LoC
This commit is contained in:
@@ -3,7 +3,7 @@ package ethermint.evm.v1alpha1;
|
||||
|
||||
import "gogoproto/gogo.proto";
|
||||
|
||||
option go_package = "github.com/cosmos/ethermint/x/evm/types";
|
||||
option go_package = "github.com/tharsis/ethermint/x/evm/types";
|
||||
|
||||
// Params defines the EVM module parameters
|
||||
message Params {
|
||||
|
||||
@@ -4,7 +4,7 @@ package ethermint.evm.v1alpha1;
|
||||
import "gogoproto/gogo.proto";
|
||||
import "ethermint/evm/v1alpha1/evm.proto";
|
||||
|
||||
option go_package = "github.com/cosmos/ethermint/x/evm/types";
|
||||
option go_package = "github.com/tharsis/ethermint/x/evm/types";
|
||||
|
||||
// GenesisState defines the evm module's genesis state.
|
||||
message GenesisState {
|
||||
|
||||
@@ -6,7 +6,7 @@ import "cosmos/base/query/v1beta1/pagination.proto";
|
||||
import "google/api/annotations.proto";
|
||||
import "ethermint/evm/v1alpha1/evm.proto";
|
||||
|
||||
option go_package = "github.com/cosmos/ethermint/x/evm/types";
|
||||
option go_package = "github.com/tharsis/ethermint/x/evm/types";
|
||||
|
||||
// Query defines the gRPC querier service.
|
||||
service Query {
|
||||
|
||||
@@ -4,7 +4,7 @@ package ethermint.evm.v1alpha1;
|
||||
import "gogoproto/gogo.proto";
|
||||
import "ethermint/evm/v1alpha1/evm.proto";
|
||||
|
||||
option go_package = "github.com/cosmos/ethermint/x/evm/types";
|
||||
option go_package = "github.com/tharsis/ethermint/x/evm/types";
|
||||
|
||||
// Msg defines the evm Msg service.
|
||||
service Msg {
|
||||
|
||||
Reference in New Issue
Block a user