Skip to content

Commit

Permalink
Merge pull request ethereum#14323 from ethereum/konopkja-patch-2
Browse files Browse the repository at this point in the history
Update wallet-data.ts - safe
  • Loading branch information
minimalsm authored Nov 21, 2024
2 parents 29d83af + ce5fd54 commit f10968f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/data/wallets/wallet-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ export const walletsData: WalletData[] = [
supported_chains: ["Ethereum Mainnet"], // TODO: Add supported chains
},
{
last_updated: "2023-01-25",
last_updated: "2024-11-06",
name: "Safe",
image: SafeImage,
twBackgroundColor: "bg-[#12ff80]",
Expand All @@ -397,9 +397,9 @@ export const walletsData: WalletData[] = [
telegram: "",
ios: true,
android: true,
linux: true,
windows: true,
macOS: true,
linux: false,
windows: false,
macOS: false,
firefox: false,
chromium: false,
hardware: false,
Expand Down

0 comments on commit f10968f

Please sign in to comment.