Skip to content

Commit

Permalink
Merge pull request #14803 from Shiva-Sai-ssb/update-metamask-data
Browse files Browse the repository at this point in the history
Update wallet-data.ts - MetaMask
  • Loading branch information
corwintines authored Feb 5, 2025
2 parents d37cd05 + 2ec750b commit fa0b0d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/data/wallets/wallet-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export const walletsData: WalletData[] = [
supported_chains: ["Ethereum Mainnet"],
},
{
last_updated: "2022-06-22",
last_updated: "2025-02-01",
name: "MetaMask",
image: MetaMaskImage,
twBackgroundColor: "bg-[#FFFFFF]",
Expand Down Expand Up @@ -354,7 +354,7 @@ export const walletsData: WalletData[] = [
"zh",
"zh-tw",
],
twitter: "https://twitter.com/metamask",
twitter: "https://x.com/metamask",
discord: "",
reddit: "",
telegram: "",
Expand All @@ -375,18 +375,18 @@ export const walletsData: WalletData[] = [
rpc_importing: true,
nft_support: true,
connect_to_dapps: true,
staking: false,
staking: true,
swaps: true,
layer_2: true,
gas_fee_customization: true,
ens_support: true,
erc_20_support: true,
buy_crypto: true,
withdraw_crypto: false,
withdraw_crypto: true,
multisig: false,
social_recovery: false,
onboard_documentation: "https://support.metamask.io",
documentation: "",
documentation: "https://docs.metamask.io/",
supported_chains: [
"Ethereum Mainnet",
"Linea",
Expand Down

0 comments on commit fa0b0d4

Please sign in to comment.