We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38eec7c commit 20b27b9Copy full SHA for 20b27b9
src/utils/transactions.ts
@@ -117,7 +117,7 @@ export const verifySignMsg = async (msg: SignMsg): Promise<boolean> => {
117
// Same a used in the LumLedgerWallet > signMessage method
118
const msgToSign = {
119
'account_number': '0',
120
- 'chain_id': 'lum-network',
+ 'chain_id': 'lum-signature-only',
121
'fee': {},
122
'memo': msg.msg,
123
'msgs': [],
src/wallet/LumLedgerWallet.ts
@@ -79,7 +79,7 @@ export class LumLedgerWallet extends LumWallet {
79
// that is only provided for basic message signature and verification
80
81
82
83
84
'memo': msg,
85
0 commit comments