Skip to content

Commit

Permalink
[LIVE-10787] Bugfix: Add missing dependencies for Eth clones & plugins (
Browse files Browse the repository at this point in the history
#6114)

* Add missing dependencies for ETH clones/plugins

* changeset
  • Loading branch information
lambertkevin authored Feb 8, 2024
1 parent f4c9923 commit 50efe96
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/yellow-crews-crash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/live-common": patch
---

Add missing dependencies to ETH clones & plugins (Astar EVM, Flare, Moonbeam, Moonriver, XDC Network)
5 changes: 5 additions & 0 deletions libs/ledger-live-common/src/apps/polyfill.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,21 @@ export function declareDep(name: string, dep: string): void {
["APWine", "Ethereum"],
["ArtBlocks", "Ethereum"],
["ARTIS sigma1", "Ethereum"],
["Astar EVM", "Ethereum"],
["cBridge", "Ethereum"],
["Cometh", "Ethereum"],
["Compound", "Ethereum"],
["DODO", "Ethereum"],
["EnergyWebChain", "Ethereum"],
["Euler", "Ethereum"],
["Flare", "Ethereum"],
["Harvest", "Ethereum"],
["Kiln", "Ethereum"],
["kUSD", "Ethereum"],
["Lido", "Ethereum"],
["Morpho", "Ethereum"],
["Moonbeam", "Ethereum"],
["Moonriver", "Ethereum"],
["Nested", "Ethereum"],
["OlympusDAO", "Ethereum"],
["Opensea", "Ethereum"],
Expand All @@ -66,6 +70,7 @@ export function declareDep(name: string, dep: string): void {
["StakeDAO", "Ethereum"],
["ThunderCore", "Ethereum"],
["Volta", "Ethereum"],
["XDC Network", "Ethereum"],
["Yearn", "Ethereum"],
].forEach(([name, dep]) => declareDep(name, dep));

Expand Down

0 comments on commit 50efe96

Please sign in to comment.