Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
co-authored by
Matt Kocubinski
Julien Robert
parent
a0458127fc
commit
1250d2a6da
@@ -16,6 +16,13 @@ import (
|
||||
"github.com/cosmos/cosmos-sdk/codec/types"
|
||||
)
|
||||
|
||||
var DefaultProviders = depinject.Provide(
|
||||
ProvideInterfaceRegistry,
|
||||
ProvideLegacyAmino,
|
||||
ProvideProtoCodec,
|
||||
ProvideAddressCodec,
|
||||
)
|
||||
|
||||
func ProvideInterfaceRegistry(
|
||||
addressCodec address.Codec,
|
||||
validatorAddressCodec address.ValidatorAddressCodec,
|
||||
|
||||
Reference in New Issue
Block a user