Skip to content

Commit de48863

Browse files
authored
Update wallet-data.ts
removing 2 wallets from New to crypto - Shapeshift - Metamask
1 parent 787c54c commit de48863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ export const walletsData: WalletData[] = [
366366
social_recovery: false,
367367
onboard_documentation: "https://support.metamask.io",
368368
documentation: "",
369-
new_to_crypto: true,
369+
new_to_crypto: false,
370370
},
371371
{
372372
last_updated: "2023-01-25",
@@ -1929,7 +1929,7 @@ export const walletsData: WalletData[] = [
19291929
social_recovery: false,
19301930
onboard_documentation: "https://docs.shapeshift.com/",
19311931
documentation: "https://docs.shapeshift.com/",
1932-
new_to_crypto: true,
1932+
new_to_crypto: false,
19331933
},
19341934
{
19351935
last_updated: "2024-06-20",

0 commit comments

Comments
 (0)