Skip to content

Commit f10968f

Browse files
authored
Merge pull request #14323 from ethereum/konopkja-patch-2
Update wallet-data.ts - safe
2 parents 29d83af + ce5fd54 commit f10968f

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
@@ -383,7 +383,7 @@ export const walletsData: WalletData[] = [
383383
supported_chains: ["Ethereum Mainnet"], // TODO: Add supported chains
384384
},
385385
{
386-
last_updated: "2023-01-25",
386+
last_updated: "2024-11-06",
387387
name: "Safe",
388388
image: SafeImage,
389389
twBackgroundColor: "bg-[#12ff80]",
@@ -397,9 +397,9 @@ export const walletsData: WalletData[] = [
397397
telegram: "",
398398
ios: true,
399399
android: true,
400-
linux: true,
401-
windows: true,
402-
macOS: true,
400+
linux: false,
401+
windows: false,
402+
macOS: false,
403403
firefox: false,
404404
chromium: false,
405405
hardware: false,

0 commit comments

Comments
 (0)