Skip to content

Commit

Permalink
Update WelldoneWallet.ts
Browse files Browse the repository at this point in the history
chanage to /injective.crypto.v1beta1.ethsecp256k1.PubKey
  • Loading branch information
daoauth committed Jan 9, 2024
1 parent 49fee04 commit d3dcaa2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export class WelldoneWallet {

authInfo.signerInfos.forEach((signerInfo) => {
if (signerInfo.publicKey) {
signerInfo.publicKey.typeUrl = '/cosmos.crypto.secp256k1.PubKey'
signerInfo.publicKey.typeUrl = '/injective.crypto.v1beta1.ethsecp256k1.PubKey'
}
})

Expand Down

0 comments on commit d3dcaa2

Please sign in to comment.