diff --git a/lib/src/crypto/types/types.dart b/lib/src/crypto/types/types.dart index 69dbac9b..d0cf31dd 100644 --- a/lib/src/crypto/types/types.dart +++ b/lib/src/crypto/types/types.dart @@ -83,11 +83,11 @@ class CosmosCryptoKeysTypes extends TypeUrl { static const CosmosCryptoKeysTypes ethSecp256k1Publickey = CosmosCryptoKeysTypes._( - typeUrl: "/ethermint.crypto.v1.ethsecp256k1.PubKey", + typeUrl: "/cosmos.evm.crypto.v1.ethsecp256k1.PubKey", name: "ethsecp256k1"); static const CosmosCryptoKeysTypes ethSecp256k1Privatekey = CosmosCryptoKeysTypes._( - typeUrl: "/ethermint.crypto.v1.ethsecp256k1.PrivKey", + typeUrl: "/cosmos.evm.crypto.v1.ethsecp256k1.PrivKey", name: "ethsecp256k1"); static const CosmosCryptoKeysTypes secp256R1Publickey =