Skip to content

Commit 1280d9a

Browse files
committed
Test adding new to crypto
1 parent 2350125 commit 1280d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,6 @@ export const walletsData: WalletData[] = [
12931293
social_recovery: false,
12941294
onboard_documentation: "",
12951295
documentation: "",
1296-
new_to_crypto: true,
12971296
},
12981297
{
12991298
last_updated: "2022-08-31",
@@ -1396,6 +1395,7 @@ export const walletsData: WalletData[] = [
13961395
social_recovery: false,
13971396
onboard_documentation: "",
13981397
documentation: "https://www.mewtopia.com/",
1398+
new_to_crypto: true,
13991399
},
14001400
{
14011401
last_updated: "2022-10-31",

0 commit comments

Comments
 (0)