LedgerHQ / ledgerjs

⛔️ MOVED to monorepo "ledger-live"
https://github.com/LedgerHQ/ledger-live
Apache License 2.0
574 stars 382 forks source link

add cronos support #802

Closed crypto-facs closed 2 years ago

crypto-facs commented 2 years ago

Add Cronos EVM chain support

codecov[bot] commented 2 years ago

Codecov Report

Merging #802 (d436acb) into master (84b9178) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #802   +/-   ##
=======================================
  Coverage   45.17%   45.17%           
=======================================
  Files          83       83           
  Lines        5052     5052           
  Branches      893      893           
=======================================
  Hits         2282     2282           
  Misses       2570     2570           
  Partials      200      200           
Impacted Files Coverage Δ
packages/cryptoassets/src/currencies.ts 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 84b9178...d436acb. Read the comment docs.

ghost commented 2 years ago

Hi @crypto-facs, we have recently moved to a monorepo architecture: https://github.com/LedgerHQ/ledger-live The new location for the file you modified is here: https://github.com/LedgerHQ/ledger-live/blob/develop/libs/ledgerjs/packages/cryptoassets/src/currencies.ts Can you please replace this PR with one targeting the new location? Thanks.