diff --git a/.changeset/yellow-crews-crash.md b/.changeset/yellow-crews-crash.md new file mode 100644 index 000000000000..94359d6ccee6 --- /dev/null +++ b/.changeset/yellow-crews-crash.md @@ -0,0 +1,5 @@ +--- +"@ledgerhq/live-common": patch +--- + +Add missing dependencies to ETH clones & plugins (Astar EVM, Flare, Moonbeam, Moonriver, XDC Network) diff --git a/libs/ledger-live-common/src/apps/polyfill.ts b/libs/ledger-live-common/src/apps/polyfill.ts index b30b12a63ff0..a376f3dd01d4 100644 --- a/libs/ledger-live-common/src/apps/polyfill.ts +++ b/libs/ledger-live-common/src/apps/polyfill.ts @@ -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"], @@ -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));