Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
add missing dep polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Feb 19, 2020
1 parent 1121de5 commit d80b165
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/apps/polyfill.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,15 @@ listCryptoCurrencies(true, true).forEach(a => {

// extra dependencies
[
["RSK", "Ethereum"],
["ZenCash", "Bitcoin"],
["ARTIS sigma1", "Ethereum"],
["kUSD", "Ethereum"],
["LBRY", "Bitcoin"],
["Resistance", "Bitcoin"],
["RSK Test", "Ethereum"],
["RSK", "Ethereum"],
["ThunderCore", "Ethereum"],
["ARTIS sigma1", "Ethereum"],
["Volta", "Ethereum"]
["Volta", "Ethereum"],
["ZenCash", "Bitcoin"]
].forEach(([name, dep]) => declareDep(name, dep));

export const getDependencies = (appName: string): string[] =>
Expand Down

0 comments on commit d80b165

Please sign in to comment.