Skip to content

Commit ce5fd54

Browse files
authored
Update wallet-data.ts - safe
1 parent 08d964d commit ce5fd54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ export const walletsData: WalletData[] = [
371371
documentation: "",
372372
},
373373
{
374-
last_updated: "2023-01-25",
374+
last_updated: "2024-11-06",
375375
name: "Safe",
376376
image: SafeImage,
377377
twBackgroundColor: "bg-[#12ff80]",
@@ -385,9 +385,9 @@ export const walletsData: WalletData[] = [
385385
telegram: "",
386386
ios: true,
387387
android: true,
388-
linux: true,
389-
windows: true,
390-
macOS: true,
388+
linux: false,
389+
windows: false,
390+
macOS: false,
391391
firefox: false,
392392
chromium: false,
393393
hardware: false,

0 commit comments

Comments
 (0)