Skip to content

Commit dbfe392

Browse files
authored
Merge pull request #14218 from CremaFR/patch-2
Update ledger's metadata
2 parents df45bba + 5afa599 commit dbfe392

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
@@ -1165,7 +1165,7 @@ export const walletsData: WalletData[] = [
11651165
supported_chains: ["Ethereum Mainnet"], // TODO: Add supported chains
11661166
},
11671167
{
1168-
last_updated: "2022-08-21",
1168+
last_updated: "2024-10-23",
11691169
name: "Ledger",
11701170
image: LedgerImage,
11711171
twBackgroundColor: "bg-[#fb5e01]",
@@ -1185,7 +1185,7 @@ export const walletsData: WalletData[] = [
11851185
"zh",
11861186
],
11871187
twitter: "https://twitter.com/Ledger",
1188-
discord: "",
1188+
discord: "https://discord.gg/ledger",
11891189
reddit: "https://www.reddit.com/r/ledgerwallet/",
11901190
telegram: "",
11911191
ios: true,
@@ -1208,9 +1208,9 @@ export const walletsData: WalletData[] = [
12081208
staking: true,
12091209
swaps: true,
12101210
multichain: true,
1211-
layer_2: false,
1211+
layer_2: true,
12121212
gas_fee_customization: true,
1213-
ens_support: false,
1213+
ens_support: true,
12141214
erc_20_support: true,
12151215
buy_crypto: true,
12161216
withdraw_crypto: true,

0 commit comments

Comments
 (0)