Skip to content

Commit

Permalink
Cleanup alias
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe committed Nov 14, 2023
1 parent 2b22a5a commit de0e0a9
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions x/wasm/alias.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,6 @@ const (
WasmModuleEventType = types.WasmModuleEventType
// Deprecated: Do not use.
AttributeKeyContractAddr = types.AttributeKeyContractAddr
// Deprecated: Do not use.
ProposalTypeStoreCode = types.ProposalTypeStoreCode
// Deprecated: Do not use.
ProposalTypeInstantiateContract = types.ProposalTypeInstantiateContract
// Deprecated: Do not use.
ProposalTypeMigrateContract = types.ProposalTypeMigrateContract
// Deprecated: Do not use.
ProposalTypeUpdateAdmin = types.ProposalTypeUpdateAdmin
// Deprecated: Do not use.
ProposalTypeClearAdmin = types.ProposalTypeClearAdmin
)

var (
Expand Down Expand Up @@ -136,15 +126,9 @@ var (
ContractKeyPrefix = types.ContractKeyPrefix
// Deprecated: Do not use.
ContractStorePrefix = types.ContractStorePrefix
// Deprecated: Do not use.
EnableAllProposals = types.EnableAllProposals
// Deprecated: Do not use.
DisableAllProposals = types.DisableAllProposals
)

type (
// Deprecated: Do not use.
ProposalType = types.ProposalType
// Deprecated: Do not use.
GenesisState = types.GenesisState
// Deprecated: Do not use.
Expand Down

0 comments on commit de0e0a9

Please sign in to comment.