Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a59bb56

Browse files
committedMar 13, 2025·
remove obvious
1 parent 716fd71 commit a59bb56

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎src/data/data.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import { gemwallet } from './wallets/gemwallet';
1717
import { klever } from './wallets/klever';
1818
import { mathwallet } from './wallets/mathwallet';
1919
import { metamask } from './wallets/metamask';
20-
import { obvious } from './wallets/obvious';
2120
import { ownbit } from './wallets/ownbit';
2221
import { phantom } from './wallets/phantom';
2322
import { pillar } from './wallets/pillar';
@@ -42,7 +41,6 @@ export const wallets: Record<string, Info> = {
4241
Rainbow: rainbow,
4342
Safe: safe,
4443
Den: den,
45-
Obvious: obvious,
4644
Zerion: zerion,
4745
Tokenary: tokenary,
4846
Ambire: ambire,
@@ -70,5 +68,5 @@ export const wallets: Record<string, Info> = {
7068
Enkrypt: enkrypt,
7169
'Timeless X': timeless,
7270
Rabby: rabby,
73-
Talisman: talisman
71+
Talisman: talisman,
7472
};

0 commit comments

Comments
 (0)
Please sign in to comment.