Skip to content

Commit bd59fdc

Browse files
committed
chore: add supported_chains placeholder array with TODO
1 parent 7f8dc7d commit bd59fdc

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export const walletsData: WalletData[] = [
8989
social_recovery: false,
9090
onboard_documentation: "https://support.keyst.one/",
9191
documentation: "",
92+
supported_chains: [], // TODO: Add supported chains
9293
},
9394
{
9495
last_updated: "2022-06-22",
@@ -135,6 +136,7 @@ export const walletsData: WalletData[] = [
135136
social_recovery: true,
136137
onboard_documentation: "",
137138
documentation: "",
139+
supported_chains: [], // TODO: Add supported chains
138140
},
139141
{
140142
last_updated: "2024-03-07",
@@ -180,6 +182,7 @@ export const walletsData: WalletData[] = [
180182
social_recovery: true,
181183
onboard_documentation: "https://www.argent.xyz/learn/",
182184
documentation: "",
185+
supported_chains: [], // TODO: Add supported chains
183186
},
184187
{
185188
last_updated: "2022-11-15",
@@ -236,6 +239,7 @@ export const walletsData: WalletData[] = [
236239
documentation: "",
237240
new_to_crypto: true,
238241
// note: "Community contribution, let's follow up with Coinbase",
242+
supported_chains: [], // TODO: Add supported chains
239243
},
240244
{
241245
last_updated: "2022-06-22",
@@ -279,6 +283,7 @@ export const walletsData: WalletData[] = [
279283
onboard_documentation:
280284
"https://framelabs.notion.site/Getting-Started-Guide-775a95edec3244ce80e118ead8ea6516",
281285
documentation: "",
286+
supported_chains: [], // TODO: Add supported chains
282287
},
283288
{
284289
last_updated: "2022-06-22",
@@ -371,6 +376,7 @@ export const walletsData: WalletData[] = [
371376
social_recovery: false,
372377
onboard_documentation: "https://support.metamask.io",
373378
documentation: "",
379+
supported_chains: [], // TODO: Add supported chains
374380
},
375381
{
376382
last_updated: "2023-01-25",
@@ -413,6 +419,7 @@ export const walletsData: WalletData[] = [
413419
social_recovery: true,
414420
onboard_documentation: "https://docs.safe.global/",
415421
documentation: "https://docs.safe.global/",
422+
supported_chains: [], // TODO: Add supported chains
416423
},
417424
{
418425
last_updated: "May 10, 2024",
@@ -483,6 +490,7 @@ export const walletsData: WalletData[] = [
483490
social_recovery: false,
484491
onboard_documentation: "https://coin.space/ethereum-wallet/",
485492
documentation: "https://support.coin.space/hc/en-us",
493+
supported_chains: [], // TODO: Add supported chains
486494
},
487495
{
488496
last_updated: "2023-08-23",
@@ -526,6 +534,7 @@ export const walletsData: WalletData[] = [
526534
onboard_documentation:
527535
"https://help.ambire.com/hc/en-us/categories/4404980091538-Ambire-Wallet",
528536
documentation: "",
537+
supported_chains: [], // TODO: Add supported chains
529538
},
530539
{
531540
last_updated: "2022-06-24",
@@ -579,6 +588,7 @@ export const walletsData: WalletData[] = [
579588
social_recovery: false,
580589
onboard_documentation: "",
581590
documentation: "https://support.token.im/hc/en-us",
591+
supported_chains: [], // TODO: Add supported chains
582592
},
583593
{
584594
last_updated: "2022-08-22",
@@ -635,6 +645,7 @@ export const walletsData: WalletData[] = [
635645
social_recovery: false,
636646
onboard_documentation: "https://help.1inch.io/en/",
637647
documentation: "",
648+
supported_chains: [], // TODO: Add supported chains
638649
},
639650
{
640651
last_updated: "2022-06-24",
@@ -677,6 +688,7 @@ export const walletsData: WalletData[] = [
677688
social_recovery: false,
678689
onboard_documentation: "https://hc.foxwallet.com/docs/",
679690
documentation: "https://hc.foxwallet.com/docs/faq",
691+
supported_chains: [], // TODO: Add supported chains
680692
},
681693
{
682694
last_updated: "2022-06-24",
@@ -722,6 +734,7 @@ export const walletsData: WalletData[] = [
722734
social_recovery: false,
723735
onboard_documentation: "",
724736
documentation: "https://help.pillar.fi/en/",
737+
supported_chains: [], // TODO: Add supported chains
725738
},
726739
{
727740
last_updated: "2022-06-24",
@@ -766,6 +779,7 @@ export const walletsData: WalletData[] = [
766779
onboard_documentation: "https://www.mewtopia.com/",
767780
documentation: "https://help.myetherwallet.com/en/",
768781
new_to_crypto: true,
782+
supported_chains: [], // TODO: Add supported chains
769783
},
770784
{
771785
last_updated: "2022-06-24",
@@ -809,6 +823,7 @@ export const walletsData: WalletData[] = [
809823
social_recovery: false,
810824
onboard_documentation: "",
811825
documentation: "https://unstoppable.money/faq",
826+
supported_chains: [], // TODO: Add supported chains
812827
},
813828

814829
{
@@ -853,6 +868,7 @@ export const walletsData: WalletData[] = [
853868
social_recovery: false,
854869
onboard_documentation: "https://alphawallet.zendesk.com/hc/en-us",
855870
documentation: "",
871+
supported_chains: [], // TODO: Add supported chains
856872
},
857873
{
858874
last_updated: "2022-06-24",
@@ -896,6 +912,7 @@ export const walletsData: WalletData[] = [
896912
social_recovery: false,
897913
onboard_documentation: "",
898914
documentation: "",
915+
supported_chains: [], // TODO: Add supported chains
899916
},
900917
{
901918
last_updated: "2022-09-14",
@@ -940,6 +957,7 @@ export const walletsData: WalletData[] = [
940957
onboard_documentation: "https://docs.tor.us/wallet/faq-1/users",
941958
documentation: "https://docs.tor.us/",
942959
mpc: true,
960+
supported_chains: [], // TODO: Add supported chains
943961
},
944962
{
945963
last_updated: "2022-07-18",
@@ -1006,6 +1024,7 @@ export const walletsData: WalletData[] = [
10061024
social_recovery: false,
10071025
onboard_documentation: "",
10081026
documentation: "https://help.tokenpocket.pro/developer-en/",
1027+
supported_chains: [], // TODO: Add supported chains
10091028
},
10101029
{
10111030
last_updated: "2022-06-30",
@@ -1063,6 +1082,7 @@ export const walletsData: WalletData[] = [
10631082
onboard_documentation: "https://learn.rainbow.me/",
10641083
documentation: "",
10651084
new_to_crypto: true,
1085+
supported_chains: [], // TODO: Add supported chains
10661086
},
10671087
{
10681088
last_updated: "2022-08-21",
@@ -1106,6 +1126,7 @@ export const walletsData: WalletData[] = [
11061126
social_recovery: false,
11071127
onboard_documentation: "",
11081128
documentation: "https://wiki.trezor.io/Welcome",
1129+
supported_chains: [], // TODO: Add supported chains
11091130
},
11101131
{
11111132
last_updated: "2022-08-21",
@@ -1161,6 +1182,7 @@ export const walletsData: WalletData[] = [
11611182
onboard_documentation: "",
11621183
documentation:
11631184
"https://support.ledger.com/hc/en-us/categories/4404376139409?docs=true",
1185+
supported_chains: [], // TODO: Add supported chains
11641186
},
11651187
{
11661188
last_updated: "2022-08-19",
@@ -1204,6 +1226,7 @@ export const walletsData: WalletData[] = [
12041226
social_recovery: false,
12051227
onboard_documentation: "",
12061228
documentation: "https://docs.infinitywallet.io/",
1229+
supported_chains: [], // TODO: Add supported chains
12071230
},
12081231
{
12091232
last_updated: "2022-08-19",
@@ -1253,6 +1276,7 @@ export const walletsData: WalletData[] = [
12531276
social_recovery: false,
12541277
onboard_documentation: "",
12551278
documentation: "https://support.exodus.com/",
1279+
supported_chains: [], // TODO: Add supported chains
12561280
},
12571281
{
12581282
last_updated: "2022-08-22",
@@ -1378,6 +1402,7 @@ export const walletsData: WalletData[] = [
13781402
onboard_documentation: "",
13791403
documentation: "https://help.zerion.io/en/",
13801404
new_to_crypto: true,
1405+
supported_chains: [], // TODO: Add supported chains
13811406
},
13821407
{
13831408
last_updated: "2022-08-31",
@@ -1421,6 +1446,7 @@ export const walletsData: WalletData[] = [
14211446
social_recovery: false,
14221447
onboard_documentation: "",
14231448
documentation: "https://www.mewtopia.com/",
1449+
supported_chains: [], // TODO: Add supported chains
14241450
},
14251451
{
14261452
last_updated: "2022-10-31",
@@ -1464,6 +1490,7 @@ export const walletsData: WalletData[] = [
14641490
social_recovery: false,
14651491
onboard_documentation: "https://www.youtube.com/c/GridPlus",
14661492
documentation: "https://docs.gridplus.io/",
1493+
supported_chains: [], // TODO: Add supported chains
14671494
},
14681495
{
14691496
last_updated: "2023-01-24",
@@ -1507,6 +1534,7 @@ export const walletsData: WalletData[] = [
15071534
social_recovery: false,
15081535
onboard_documentation: "https://study.bitkeep.com/en/",
15091536
documentation: "https://docs.bitkeep.com/guide/",
1537+
supported_chains: [], // TODO: Add supported chains
15101538
},
15111539
{
15121540
last_updated: "2023-11-21",
@@ -1556,6 +1584,7 @@ export const walletsData: WalletData[] = [
15561584
social_recovery: false,
15571585
onboard_documentation: "https://blockwallet.io/docs",
15581586
documentation: "https://github.com/block-wallet/extension",
1587+
supported_chains: [], // TODO: Add supported chains
15591588
},
15601589
{
15611590
last_updated: "2022-01-24",
@@ -1620,6 +1649,7 @@ export const walletsData: WalletData[] = [
16201649
onboard_documentation: "https://help.onekey.so/hc/en-us",
16211650
documentation: "https://developer.onekey.so/guide/introduction",
16221651
new_to_crypto: true,
1652+
supported_chains: [], // TODO: Add supported chains
16231653
},
16241654
{
16251655
last_updated: "2023-04-21",
@@ -1668,6 +1698,7 @@ export const walletsData: WalletData[] = [
16681698
"https://tahowallet.notion.site/Taho-Knowledge-Base-4d95ed5439c64d6db3d3d27abf1fdae5",
16691699
documentation:
16701700
"https://tahowallet.notion.site/Taho-Knowledge-Base-4d95ed5439c64d6db3d3d27abf1fdae5",
1701+
supported_chains: [], // TODO: Add supported chains
16711702
},
16721703
{
16731704
last_updated: "2023-07-19",
@@ -1743,6 +1774,7 @@ export const walletsData: WalletData[] = [
17431774
social_recovery: false,
17441775
onboard_documentation: "https://phantom.app/learn",
17451776
documentation: "https://docs.phantom.app/",
1777+
supported_chains: [], // TODO: Add supported chains
17461778
},
17471779
{
17481780
last_updated: "2023-08-29",
@@ -1789,6 +1821,7 @@ export const walletsData: WalletData[] = [
17891821
onboard_documentation: "https://www.xdefi.io/support/",
17901822
documentation:
17911823
"https://docs.xdefi.io/xdefi-wallet-v2-draft/technical-docs/extension-integration",
1824+
supported_chains: [], // TODO: Add supported chains
17921825
},
17931826
{
17941827
last_updated: "2023-11-02",
@@ -1852,6 +1885,7 @@ export const walletsData: WalletData[] = [
18521885
social_recovery: false,
18531886
onboard_documentation: "https://community.trustwallet.com/",
18541887
documentation: "https://developer.trustwallet.com/developer/",
1888+
supported_chains: [], // TODO: Add supported chains
18551889
},
18561890
{
18571891
last_updated: "2023-10-30",
@@ -1897,6 +1931,7 @@ export const walletsData: WalletData[] = [
18971931
"https://docs.getaurox.com/product-docs/aurox-ecosystem/what-is-the-aurox-ecosystem",
18981932
documentation:
18991933
"https://docs.getaurox.com/product-docs/aurox-ecosystem/what-is-the-aurox-ecosystem",
1934+
supported_chains: [], // TODO: Add supported chains
19001935
},
19011936
{
19021937
last_updated: "2024-06-07",
@@ -1954,6 +1989,7 @@ export const walletsData: WalletData[] = [
19541989
social_recovery: false,
19551990
onboard_documentation: "https://docs.shapeshift.com/",
19561991
documentation: "https://docs.shapeshift.com/",
1992+
supported_chains: [], // TODO: Add supported chains
19571993
},
19581994
{
19591995
last_updated: "2024-06-20",
@@ -2013,6 +2049,7 @@ export const walletsData: WalletData[] = [
20132049
social_recovery: false,
20142050
onboard_documentation: "https://docs.gemwallet.com/",
20152051
documentation: "https://docs.gemwallet.com/",
2052+
supported_chains: [], // TODO: Add supported chains
20162053
},
20172054
]
20182055

0 commit comments

Comments
 (0)