We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d964d commit ce5fd54Copy full SHA for ce5fd54
src/data/wallets/wallet-data.ts
@@ -371,7 +371,7 @@ export const walletsData: WalletData[] = [
371
documentation: "",
372
},
373
{
374
- last_updated: "2023-01-25",
+ last_updated: "2024-11-06",
375
name: "Safe",
376
image: SafeImage,
377
twBackgroundColor: "bg-[#12ff80]",
@@ -385,9 +385,9 @@ export const walletsData: WalletData[] = [
385
telegram: "",
386
ios: true,
387
android: true,
388
- linux: true,
389
- windows: true,
390
- macOS: true,
+ linux: false,
+ windows: false,
+ macOS: false,
391
firefox: false,
392
chromium: false,
393
hardware: false,
0 commit comments