We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7abd5b0 commit 9370e8eCopy full SHA for 9370e8e
1 file changed
networks/injective/src/signers/config.ts
@@ -43,7 +43,7 @@ export const DEFAULT_INJECTIVE_SIGNER_CONFIG: Partial<DocOptions> = {
43
nonCriticalExtensionOptions: [], // No non-critical extension options by default
44
45
// Public key encoding - Injective specific
46
- encodePublicKey: encodeInjectivePublicKey
+ encodePublicKey: encodeInjectivePublicKey,
47
pubkeyDecoders: {
48
'/injective.crypto.v1beta1.ethsecp256k1.PubKey': (pubkey: Any): Secp256k1PubKey => {
49
const { key } = Secp256k1PubKey.decode(pubkey.value);
0 commit comments