We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5377d9 commit f0fa182Copy full SHA for f0fa182
wormhole-connect/src/utils/errors.ts
@@ -19,7 +19,7 @@ import { amount as sdkAmount } from '@wormhole-foundation/sdk';
19
// attempt to capture errors using regex
20
export const INSUFFICIENT_ALLOWANCE_REGEX = /insufficient token allowance/im;
21
export const USER_REJECTED_REGEX = new RegExp(
22
- 'user rejected|rejected the request|rejected from user|user cancel|aborted by user|plugin closed',
+ 'user rejected|rejected the request|rejected from user|user cancel|aborted by user|plugin closed|denied request signature',
23
'mi',
24
);
25
export const AMOUNT_IN_TOO_SMALL = new RegExp('AmountInTooSmall', 'm');
0 commit comments