Skip to content

Commit 9370e8e

Browse files
committed
updates
1 parent 7abd5b0 commit 9370e8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

networks/injective/src/signers/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const DEFAULT_INJECTIVE_SIGNER_CONFIG: Partial<DocOptions> = {
4343
nonCriticalExtensionOptions: [], // No non-critical extension options by default
4444

4545
// Public key encoding - Injective specific
46-
encodePublicKey: encodeInjectivePublicKey
46+
encodePublicKey: encodeInjectivePublicKey,
4747
pubkeyDecoders: {
4848
'/injective.crypto.v1beta1.ethsecp256k1.PubKey': (pubkey: Any): Secp256k1PubKey => {
4949
const { key } = Secp256k1PubKey.decode(pubkey.value);

0 commit comments

Comments
 (0)