Skip to content

Commit 8e30b17

Browse files
authored
Merge pull request #12593 from ethereum/fix-wallets-data-dates-consistency
fix: wallets data dates consistency causing crashes in Safari
2 parents 9b8911b + 6aa96c1 commit 8e30b17

File tree

2 files changed

+7
-46
lines changed

2 files changed

+7
-46
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 7 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ export const walletsData: WalletData[] = [
4646
image: KeystoneImage,
4747
brand_color: "#ffffff",
4848
url: "https://keyst.one/",
49-
wallet_live_date: "Dec 2018",
5049
active_development_team: true,
5150
languages_supported: ["en", "zh", "es", "ko"],
5251
twitter: "https://twitter.com/KeystoneWallet",
@@ -92,7 +91,6 @@ export const walletsData: WalletData[] = [
9291
image: Coin98Image,
9392
brand_color: "#ffffff",
9493
url: "https://coin98.com/wallet",
95-
wallet_live_date: "2018",
9694
active_development_team: true,
9795
languages_supported: [
9896
"vi",
@@ -148,7 +146,6 @@ export const walletsData: WalletData[] = [
148146
image: LoopringImage,
149147
brand_color: "#ffffff",
150148
url: "https://loopring.io/#/wallet",
151-
wallet_live_date: "Nov 25, 2020",
152149
active_development_team: true,
153150
languages_supported: ["en", "zh"],
154151
twitter: "https://twitter.com/loopringorg",
@@ -190,12 +187,11 @@ export const walletsData: WalletData[] = [
190187
documentation: "",
191188
},
192189
{
193-
last_updated: "March 7, 2024",
190+
last_updated: "2024-03-07",
194191
name: "Argent",
195192
image: ArgentImage,
196193
brand_color: "#ffffff",
197194
url: "https://www.argent.xyz/",
198-
wallet_live_date: "2018",
199195
active_development_team: true,
200196
languages_supported: ["en"],
201197
twitter: "https://twitter.com/argenthq",
@@ -241,7 +237,6 @@ export const walletsData: WalletData[] = [
241237
image: CoinbaseImage,
242238
brand_color: "#0052FF",
243239
url: "https://www.coinbase.com/wallet",
244-
wallet_live_date: "2018",
245240
active_development_team: true,
246241
languages_supported: [
247242
"en",
@@ -298,7 +293,6 @@ export const walletsData: WalletData[] = [
298293
image: FrameImage,
299294
brand_color: "#222021",
300295
url: "https://frame.sh",
301-
wallet_live_date: "April 2019",
302296
active_development_team: true,
303297
languages_supported: ["en"],
304298
twitter: "https://twitter.com/0xFrame",
@@ -342,7 +336,6 @@ export const walletsData: WalletData[] = [
342336
image: MetaMaskImage,
343337
brand_color: "#ffffff",
344338
url: "https://metamask.io",
345-
wallet_live_date: "2016",
346339
active_development_team: true,
347340
languages_supported: [
348341
"en",
@@ -436,7 +429,6 @@ export const walletsData: WalletData[] = [
436429
image: SafeImage,
437430
brand_color: "#12ff80",
438431
url: "https://safe.global/",
439-
wallet_live_date: "2017",
440432
active_development_team: true,
441433
languages_supported: ["en"],
442434
twitter: "https://twitter.com/safe",
@@ -474,12 +466,11 @@ export const walletsData: WalletData[] = [
474466
documentation: "https://docs.safe.global/",
475467
},
476468
{
477-
last_updated: "August 23, 2023",
469+
last_updated: "2023-08-23",
478470
name: "Ambire",
479471
image: AmbireImage,
480472
brand_color: "#aa6aff",
481473
url: "https://www.ambire.com",
482-
wallet_live_date: "December 2021",
483474
active_development_team: true,
484475
languages_supported: ["en"],
485476
twitter: "https://twitter.com/AmbireWallet",
@@ -518,12 +509,11 @@ export const walletsData: WalletData[] = [
518509
documentation: "",
519510
},
520511
{
521-
last_updated: "June 24, 2022",
512+
last_updated: "2022-06-24",
522513
name: "imToken",
523514
image: imTokenImage,
524515
brand_color: "#098de6",
525516
url: "https://token.im/",
526-
wallet_live_date: "2016",
527517
active_development_team: true,
528518
languages_supported: [
529519
"en",
@@ -577,7 +567,6 @@ export const walletsData: WalletData[] = [
577567
image: OneInchWalletImage,
578568
brand_color: "#082D6E",
579569
url: "https://1inch.io/",
580-
wallet_live_date: "2022-04-27",
581570
active_development_team: true,
582571
languages_supported: [
583572
"en",
@@ -634,7 +623,6 @@ export const walletsData: WalletData[] = [
634623
image: FoxWalletImage,
635624
brand_color: "#ffffff",
636625
url: "https://foxwallet.com/en",
637-
wallet_live_date: "November, 2021",
638626
active_development_team: true,
639627
languages_supported: ["en", "zh", "uk", "ru", "es", "id"],
640628
twitter: "https://twitter.com/FoxWallet",
@@ -677,7 +665,6 @@ export const walletsData: WalletData[] = [
677665
image: PillarImage,
678666
brand_color: "#7501D9",
679667
url: "https://www.pillar.fi/",
680-
wallet_live_date: "December 18 2018 V1, June 2020 V2",
681668
active_development_team: true,
682669
languages_supported: ["en", "et", "bs", "zh"],
683670
twitter: "https://twitter.com/PillarWallet",
@@ -723,7 +710,6 @@ export const walletsData: WalletData[] = [
723710
image: MewImage,
724711
brand_color: "#05C0A5",
725712
url: "https://www.mewwallet.com",
726-
wallet_live_date: "13 March 2020",
727713
active_development_team: true,
728714
languages_supported: ["en", "ru", "zh"],
729715
twitter: "https://twitter.com/myetherwallet",
@@ -768,7 +754,6 @@ export const walletsData: WalletData[] = [
768754
image: UnstoppableWalletImage,
769755
brand_color: "#ffbe43",
770756
url: "https://unstoppable.money/",
771-
wallet_live_date: "2017",
772757
active_development_team: true,
773758
languages_supported: ["en", "fr", "de", "ko", "ru", "zh", "es", "tr"],
774759
twitter: "https://twitter.com/unstoppablebyhs",
@@ -812,7 +797,6 @@ export const walletsData: WalletData[] = [
812797
image: MyEtherWalletImage,
813798
brand_color: "#ffffff",
814799
url: "https://www.myetherwallet.com/",
815-
wallet_live_date: "August 2015",
816800
active_development_team: true,
817801
languages_supported: ["en"],
818802
twitter: "https://twitter.com/myetherwallet",
@@ -856,7 +840,6 @@ export const walletsData: WalletData[] = [
856840
image: AlphaWalletImage,
857841
brand_color: "#ffffff",
858842
url: "https://alphawallet.com/",
859-
wallet_live_date: "2018",
860843
active_development_team: true,
861844
languages_supported: ["en", "zh", "es", "fr", "vi"],
862845
twitter: "https://twitter.com/alphawallet",
@@ -895,12 +878,11 @@ export const walletsData: WalletData[] = [
895878
documentation: "",
896879
},
897880
{
898-
last_updated: "June 24, 2022",
881+
last_updated: "2022-06-24",
899882
name: "Bridge wallet",
900883
image: BridgeWalletImage,
901884
brand_color: "#ffffff",
902885
url: "https://www.mtpelerin.com/bridge-wallet",
903-
wallet_live_date: "April 2020",
904886
active_development_team: true,
905887
languages_supported: ["en", "fr", "de", "it", "es", "zh", "zh-tw"],
906888
twitter: "https://twitter.com/mtpelerin",
@@ -939,12 +921,11 @@ export const walletsData: WalletData[] = [
939921
documentation: "",
940922
},
941923
{
942-
last_updated: "2022-9-14",
924+
last_updated: "2022-09-14",
943925
name: "Torus Wallet",
944926
image: TorusImage,
945927
brand_color: "#0364ff",
946928
url: "https://app.tor.us",
947-
wallet_live_date: "May 2019",
948929
active_development_team: true,
949930
languages_supported: ["en", "de", "ja", "ko", "zh", "es"],
950931
twitter: "https://twitter.com/web3auth",
@@ -984,12 +965,11 @@ export const walletsData: WalletData[] = [
984965
mpc: true,
985966
},
986967
{
987-
last_updated: "2022-7-18",
968+
last_updated: "2022-07-18",
988969
name: "TokenPocket",
989970
image: TokenPocketImage,
990971
brand_color: "#2980fe",
991972
url: "https://www.tokenpocket.pro/",
992-
wallet_live_date: "April, 2018",
993973
active_development_team: true,
994974
languages_supported: [
995975
"en",
@@ -1051,12 +1031,11 @@ export const walletsData: WalletData[] = [
10511031
documentation: "https://help.tokenpocket.pro/developer-en/",
10521032
},
10531033
{
1054-
last_updated: "2022-6-30",
1034+
last_updated: "2022-06-30",
10551035
name: "Rainbow",
10561036
image: RainbowImage,
10571037
brand_color: "#001A4D",
10581038
url: "https://rainbow.me",
1059-
wallet_live_date: "June 2019",
10601039
active_development_team: true,
10611040
languages_supported: [
10621041
"en",
@@ -1114,7 +1093,6 @@ export const walletsData: WalletData[] = [
11141093
image: TrezorImage,
11151094
brand_color: "#ffffff",
11161095
url: "https://trezor.io/",
1117-
wallet_live_date: "2012-12-31",
11181096
active_development_team: true,
11191097
languages_supported: ["en"],
11201098
twitter: "https://twitter.com/Trezor",
@@ -1158,7 +1136,6 @@ export const walletsData: WalletData[] = [
11581136
image: LedgerImage,
11591137
brand_color: "#fb5e01",
11601138
url: "https://www.ledger.com/",
1161-
wallet_live_date: "2014-12-31",
11621139
active_development_team: true,
11631140
languages_supported: [
11641141
"en",
@@ -1214,7 +1191,6 @@ export const walletsData: WalletData[] = [
12141191
image: InfinityWalletImage,
12151192
brand_color: "#137dc7",
12161193
url: "https://infinitywallet.io/",
1217-
wallet_live_date: "2019-11-01",
12181194
active_development_team: true,
12191195
languages_supported: ["en", "es"],
12201196
twitter: "https://twitter.com/InfinityWallet",
@@ -1258,7 +1234,6 @@ export const walletsData: WalletData[] = [
12581234
image: ExodusImage,
12591235
brand_color: "#1F2033",
12601236
url: "https://exodus.com",
1261-
wallet_live_date: "2015-12-31",
12621237
active_development_team: true,
12631238
languages_supported: ["en"],
12641239
twitter: "https://twitter.com/exodus_io",
@@ -1308,7 +1283,6 @@ export const walletsData: WalletData[] = [
13081283
image: RabbyWalletImage,
13091284
brand_color: "#FFFFFF",
13101285
url: "https://rabby.io",
1311-
wallet_live_date: "2021-07-27",
13121286
active_development_team: true,
13131287
languages_supported: ["en"],
13141288
twitter: "https://twitter.com/Rabby_io",
@@ -1354,7 +1328,6 @@ export const walletsData: WalletData[] = [
13541328
image: ZerionImage,
13551329
brand_color: "#2962EF",
13561330
url: "https://zerion.io/",
1357-
wallet_live_date: "2022-05-26",
13581331
active_development_team: true,
13591332
languages_supported: [
13601333
"en",
@@ -1414,7 +1387,6 @@ export const walletsData: WalletData[] = [
14141387
image: EnkryptImage,
14151388
brand_color: "#ffffff",
14161389
url: "https://www.enkrypt.com",
1417-
wallet_live_date: "2022-08-03",
14181390
active_development_team: true,
14191391
languages_supported: ["en"],
14201392
twitter: "https://twitter.com/enkrypt",
@@ -1458,7 +1430,6 @@ export const walletsData: WalletData[] = [
14581430
image: GridPlusImage,
14591431
brand_color: "#ffffff",
14601432
url: "https://gridplus.io/",
1461-
wallet_live_date: "2020-10-01",
14621433
active_development_team: true,
14631434
languages_supported: ["en"],
14641435
twitter: "https://twitter.com/gridplus",
@@ -1502,7 +1473,6 @@ export const walletsData: WalletData[] = [
15021473
image: BitkeepImage,
15031474
brand_color: "#ffffff",
15041475
url: "https://www.bitkeep.com/",
1505-
wallet_live_date: "2018-07-01",
15061476
active_development_team: true,
15071477
languages_supported: ["en"],
15081478
twitter: "https://twitter.com/BitKeepOS",
@@ -1546,7 +1516,6 @@ export const walletsData: WalletData[] = [
15461516
image: BlockWalletImage,
15471517
brand_color: "#52C200",
15481518
url: "https://blockwallet.io",
1549-
wallet_live_date: "2022-02-28",
15501519
active_development_team: true,
15511520
languages_supported: ["en"],
15521521
twitter: "https://x.com/GetBlockWallet",
@@ -1596,7 +1565,6 @@ export const walletsData: WalletData[] = [
15961565
image: OneKeyImage,
15971566
brand_color: "#00B812",
15981567
url: "https://onekey.so/",
1599-
wallet_live_date: "2022-07-31",
16001568
active_development_team: true,
16011569
languages_supported: [
16021570
"en",
@@ -1661,7 +1629,6 @@ export const walletsData: WalletData[] = [
16611629
image: ApexImage,
16621630
brand_color: "CF9500",
16631631
url: "https://apexwallet.xyz/",
1664-
wallet_live_date: "2022-08-31",
16651632
active_development_team: true,
16661633
languages_supported: ["en"],
16671634
twitter: "https://twitter.com/ApexWallet",
@@ -1705,7 +1672,6 @@ export const walletsData: WalletData[] = [
17051672
image: TahoImage,
17061673
brand_color: "#FDAE49",
17071674
url: "https://taho.xyz",
1708-
wallet_live_date: "2021-12-20",
17091675
active_development_team: true,
17101676
languages_supported: ["en"],
17111677
twitter: "https://twitter.com/taho_xyz",
@@ -1754,7 +1720,6 @@ export const walletsData: WalletData[] = [
17541720
image: PhantomImage,
17551721
brand_color: "#AB9FF2",
17561722
url: "https://phantom.app/",
1757-
wallet_live_date: "2021-05-17",
17581723
active_development_team: true,
17591724
languages_supported: [
17601725
"en",
@@ -1830,7 +1795,6 @@ export const walletsData: WalletData[] = [
18301795
image: XDEFIImage,
18311796
brand_color: "#2041E0",
18321797
url: "https://www.xdefi.io",
1833-
wallet_live_date: "2021-10-12",
18341798
active_development_team: true,
18351799
languages_supported: ["en", "fr", "de", "ru"],
18361800
twitter: "https://twitter.com/xdefi_wallet",
@@ -1877,7 +1841,6 @@ export const walletsData: WalletData[] = [
18771841
image: TrustWalletImage,
18781842
brand_color: "#0500FF",
18791843
url: "https://www.trustwallet.com/",
1880-
wallet_live_date: "2017-10-25",
18811844
active_development_team: true,
18821845
languages_supported: [
18831846
"en",
@@ -1941,7 +1904,6 @@ export const walletsData: WalletData[] = [
19411904
image: AuroxImage,
19421905
brand_color: "#1F47FF",
19431906
url: "https://getaurox.com/wallet",
1944-
wallet_live_date: "2022-12-06",
19451907
active_development_team: true,
19461908
languages_supported: ["en"],
19471909
twitter: "https://twitter.com/getaurox",

src/lib/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,6 @@ export interface WalletData {
503503
image: StaticImageData
504504
brand_color: string
505505
url: string
506-
wallet_live_date: string
507506
active_development_team: boolean
508507
languages_supported: string[]
509508
twitter: string

0 commit comments

Comments
 (0)