Skip to content

Commit a65cd8d

Browse files
committed
feat: add deeplink
1 parent f60bea6 commit a65cd8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/constants/deeplinks.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export enum ACTIONS {
2727
SELL = 'sell',
2828
SELL_CRYPTO = 'sell-crypto',
2929
EMPTY = '',
30+
OAUTH_REDIRECT = 'oauth-redirect',
3031
}
3132

3233
export const PREFIXES = {
@@ -43,5 +44,6 @@ export const PREFIXES = {
4344
[ACTIONS.SELL]: '',
4445
[ACTIONS.BUY_CRYPTO]: '',
4546
[ACTIONS.SELL_CRYPTO]: '',
47+
[ACTIONS.OAUTH_REDIRECT]: '',
4648
METAMASK: 'metamask://',
4749
};

0 commit comments

Comments
 (0)