Skip to content

Commit f9bdf58

Browse files
authored
Merge pull request #15110 from blaiseup/update-metamask-data
Update MetaMask wallet logo and data
2 parents 81dcf3b + 79012ae commit f9bdf58

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

public/images/wallets/metamask.png

1.96 KB
Loading

src/data/wallets/wallet-data.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ export const walletsData: WalletData[] = [
308308
],
309309
},
310310
{
311-
last_updated: "2025-02-01",
311+
last_updated: "2025-03-17",
312312
name: "MetaMask",
313313
image: MetaMaskImage,
314314
twBackgroundColor: "bg-[#FFFFFF]",
@@ -362,8 +362,8 @@ export const walletsData: WalletData[] = [
362362
"zh-tw",
363363
],
364364
twitter: "https://x.com/metamask",
365-
discord: "",
366-
reddit: "",
365+
discord: "https://discord.gg/consensys",
366+
reddit: "https://www.reddit.com/r/Metamask",
367367
telegram: "",
368368
ios: true,
369369
android: true,

0 commit comments

Comments
 (0)