Skip to content

Commit

Permalink
Merge pull request ethereum#14218 from CremaFR/patch-2
Browse files Browse the repository at this point in the history
Update ledger's metadata
  • Loading branch information
minimalsm authored Nov 21, 2024
2 parents df45bba + 5afa599 commit dbfe392
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 @@ -1165,7 +1165,7 @@ export const walletsData: WalletData[] = [
supported_chains: ["Ethereum Mainnet"], // TODO: Add supported chains
},
{
last_updated: "2022-08-21",
last_updated: "2024-10-23",
name: "Ledger",
image: LedgerImage,
twBackgroundColor: "bg-[#fb5e01]",
Expand All @@ -1185,7 +1185,7 @@ export const walletsData: WalletData[] = [
"zh",
],
twitter: "https://twitter.com/Ledger",
discord: "",
discord: "https://discord.gg/ledger",
reddit: "https://www.reddit.com/r/ledgerwallet/",
telegram: "",
ios: true,
Expand All @@ -1208,9 +1208,9 @@ export const walletsData: WalletData[] = [
staking: true,
swaps: true,
multichain: true,
layer_2: false,
layer_2: true,
gas_fee_customization: true,
ens_support: false,
ens_support: true,
erc_20_support: true,
buy_crypto: true,
withdraw_crypto: true,
Expand Down

0 comments on commit dbfe392

Please sign in to comment.