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.
2 parents 29d83af + ce5fd54 commit f10968fCopy full SHA for f10968f
src/data/wallets/wallet-data.ts
@@ -383,7 +383,7 @@ export const walletsData: WalletData[] = [
383
supported_chains: ["Ethereum Mainnet"], // TODO: Add supported chains
384
},
385
{
386
- last_updated: "2023-01-25",
+ last_updated: "2024-11-06",
387
name: "Safe",
388
image: SafeImage,
389
twBackgroundColor: "bg-[#12ff80]",
@@ -397,9 +397,9 @@ export const walletsData: WalletData[] = [
397
telegram: "",
398
ios: true,
399
android: true,
400
- linux: true,
401
- windows: true,
402
- macOS: true,
+ linux: false,
+ windows: false,
+ macOS: false,
403
firefox: false,
404
chromium: false,
405
hardware: false,
0 commit comments