Skip to content

Commit

Permalink
🚸 Auth wallet for 30d exp
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Oct 19, 2024
1 parent cb7fbbc commit 242b59f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/cosmos.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export async function signLoginMessage(signer, address, action, permissions) {
message: stringify(signDoc),
wallet: address,
from: address,
expiresIn: '7d',
expiresIn: '30d',
};
}

Expand Down Expand Up @@ -101,7 +101,7 @@ export async function signLoginMessage(signer, address, action, permissions) {
wallet: address,
from: address,
signMethod: 'memo',
expiresIn: '7d',
expiresIn: '30d',
};
}
throw new Error('SIGNER_NOT_SUPPORT_AMINO');
Expand Down

0 comments on commit 242b59f

Please sign in to comment.