Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimise coins asset files #87

Closed
wants to merge 18 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
run: |
cp android/app/src/main/cpp/libs/armeabi-v7a/libmm2.a build/api-binaries/libmm2-armeabi-v7a.a
cp android/app/src/main/cpp/libs/arm64-v8a/libmm2.a build/api-binaries/libmm2-arm64-v8a.a
# Download coins assets
- name: Download coins assets
shell: bash
run: ${GITHUB_WORKSPACE}/fetch_coin_assets.py
# Upload API binaries
- name: Upload API binaries
uses: actions/upload-artifact@v3
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/validate_coins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,17 @@ jobs:
- name: Get coins repo commit
id: coins
run: |
echo "hash=$(jq -r .coins_repo_commit coins_ci.json)" >> $GITHUB_ENV
export commit_hash="$(jq -r .bundled_coins_repo_commit assets/coins_ci.json)"
if [ -z "${commit_hash}" ]; then
echo "No coins repo commit found in coins_ci.json"
exit 1
fi
echo "hash=${commit_hash}" >> $GITHUB_ENV
shell: bash

- name: Get coins asset files
run: python3 fetch_coin_assets.py

- name: Get coins.json and coins_config.json from KomodoPlatform/coins repo
run: |
curl -O https://raw.githubusercontent.com/KomodoPlatform/coins/${hash}/coins
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
.svn/

# coins file extras
# /assets/coins.json
/assets/coins.json
/assets/coins_config.json
/assets/coin-icons
/app_assets
/coins_assets

Expand Down
60 changes: 34 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Komodo Wallet - Open Source GitHub Repository 🚀

![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/komodoplatform/atomicdex-mobile/build.yml)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/komodoplatform/atomicdex-mobile)
![GitHub contributors](https://img.shields.io/github/contributors-anon/komodoplatform/atomicdex-mobile)
Expand All @@ -13,17 +14,19 @@ Welcome to the Komodo Wallet open-source repository! This cutting-edge project i

<p float="center">
<img src="https://user-images.githubusercontent.com/77973576/229565868-b121e9b6-2d2b-4390-a81f-a7878d0bfea8.png" width="33%" />
<img src="https://user-images.githubusercontent.com/77973576/229565938-81a51d44-5a73-4acd-8885-454e6fa6443d.png" width="33%" />
<img src="https://user-images.githubusercontent.com/77973576/229565938-81a51d44-5a73-4acd-8885-454e6fa6443d.png" width="33%" />
<img src="https://user-images.githubusercontent.com/77973576/229565995-252df819-1ea9-4cc8-a9bc-4ab3e1c80caf.png" width="33%" />
<img src="https://user-images.githubusercontent.com/77973576/229566018-285b6b6d-677e-464e-aafb-e55fecb2df82.png" width="33%" />
<img src="https://user-images.githubusercontent.com/77973576/229566049-2f25b16b-da76-4295-b4e6-ba567ac582f7.png" width="33%" />
<img src="https://user-images.githubusercontent.com/77973576/229566075-aa00a5a9-55ae-4acd-ad7b-d67ed3a65db6.png" width="33%" />
</p>

## Unleashing the Power of Komodo DeFi Framework 💡

We've made this repository public to showcase the incredible potential of the Komodo DeFi Framework and to spark interest among companies looking to integrate this game-changing technology into their own applications. Our goal is to drive innovation and expand the reach of decentralised exchange technology worldwide.

## Exciting Features 🌟

- **Non-custodial wallet:** You're in control - only you can access your private keys.
- **Decentralized exchange:** Trade cryptocurrencies effortlessly across blockchain networks with atomic swap technology, bypassing the need for a middleman.
- **500+ Listed Cryptocurrencies:** A vast and ever-growing list of supported cryptocurrencies.
Expand All @@ -34,58 +37,54 @@ We've made this repository public to showcase the incredible potential of the Ko
- **Frequent updates:** Our dedicated developers are constantly working to enhance the app's user experience, security, and feature set.

## Download Komodo Wallet 📲

Embrace financial freedom at your fingertips by downloading the Komodo Wallet:

- [iOS](https://testflight.apple.com/join/c2mOLEoC)
- [Android](https://play.google.com/store/apps/details?id=com.komodoplatform.atomicdex)

## Get Involved 🤝

We welcome developers, designers, and testers' contributions to our open-source project. If you'd like to contribute, please review the [contribution guidelines](CONTRIBUTING.md) and [code of conduct](CODE_OF_CONDUCT.md).

For any questions about the Komodo Wallet or the exchange, join our lively [Discord Support channel](https://komodoplatform.com/discord). Official team members are identifiable by the "Komodo Team" role.

# NB (Forkers/contributors):
# NB (Forkers/contributors)

This repository is currently in the process of undergoing safety and Flutter version upgrades. Expect major merge conflicts in the near future for any files updated from this repository. Please note that this software is under active development and provided "as is" without warranties or guarantees. Use at your own risk, as the authors and maintainers shall not be held liable for any issues, damages, or losses resulting from its use.

## Getting Started

Build requires up-to-date version of coins file from https://github.com/KomodoPlatform/coins
Build requires up-to-date version of coins file from <https://github.com/KomodoPlatform/coins>

Commit hash and sha256sum of coins file is specified in `coins_ci.json`.
You may download one manually or use `fetch_coins.sh` script on Linux and macOS or `fetch_coins.ps1` PowerShell script on Windows.

The `fetch_coins` script depends on sha256sum and jq utils:
You may download one manually, use the `fetch_coin_assets.py` python script.

Ubuntu: `sudo apt-get update && sudo apt-get install -y coreutils jq`

MacOS: `brew install coreutils jq`, [Brew software](https://brew.sh/)

Windows: `choco install jq`, [Choco software](https://chocolatey.org/)
The `fetch_coin_assets.py` script requires python 3.8 or later. MacOS users might need to run the [following post-install commands](https://stackoverflow.com/a/42334357/5019115) for SSL certificate verification to work with their version of python:

```bash
pip install certifi
/Applications/Python\ 3.12/Install\ Certificates.command
```

## Build and run

https://github.com/KomodoPlatform/AtomicDEX-mobile/wiki/Project-Setup#build-and-run

<https://github.com/KomodoPlatform/AtomicDEX-mobile/wiki/Project-Setup#build-and-run>

## Run/Build with screenshot and video recording ON

```
flutter run --dart-define=screenshot=true
```


## Komodo DeFi Framework Library Setup:
## Komodo DeFi Framework Library Setup

Komodo Wallet runs the Komodo DeFi Framework locally on the user's device. The API binary is platform-specific and must be manually set up by the developer instead of a typical Flutter dependency.

Ensure you run the most recent Komodo DeFi Framework [stable release](https://github.com/KomodoPlatform/atomicDEX-API/releases). Download the API binary for each platform and extract its `libmm2.a` file into the applicable platform's API folder.



### [Stable API releases](https://github.com/KomodoPlatform/atomicDEX-API/releases)

| API Build | API Path* |
|--|--|
| android-aarch64 | `android/app/src/main/cpp/libs/arm64-v8a/libmm2.a` |
Expand All @@ -104,21 +103,27 @@ See [our wiki](https://github.com/KomodoPlatform/atomicdex-mobile/wiki/Project-S
## Localization

1. Extract messages to the .arb file:

```bash
flutter pub run intl_generator:extract_to_arb --output-dir=lib/l10n lib/localizations.dart
```

2. Sync generated `intl_messages.arb` with existing locale `intl_*.arb` files:

```bash
dart run sync_arb_files.dart
```

3. ARB files can be used for input to translation tools like [Arbify](https://github.com/Arbify/Arbify), [Localizely](https://localizely.com/) etc.
4. The resulting translations can be used to generate a set of libraries:

```bash
flutter pub run intl_generator:generate_from_arb --output-dir=lib/l10n lib/localizations.dart lib/l10n/intl_*.arb
```

5. Manual editing of generated `messages_*.dart` files might be needed to delete nullable syntax (`?` symbol), since the app doesn't support it yet.

## Generate latest coin config:
## Generate latest coin config

Clone the latest version of [coins](https://github.com/KomodoPlatform/coins)

Expand All @@ -134,20 +139,23 @@ Copy the generated `coins_config.json` file from the Utils folder and paste it i

## Audio samples sources

- [ticking sound](https://freesound.org/people/FoolBoyMedia/sounds/264498/)
- [silence](https://freesound.org/people/Mullabfuhr/sounds/540483/)
- [start (iOS)](https://freesound.org/people/pizzaiolo/sounds/320664/)
- [ticking sound](https://freesound.org/people/FoolBoyMedia/sounds/264498/)
- [silence](https://freesound.org/people/Mullabfuhr/sounds/540483/)
- [start (iOS)](https://freesound.org/people/pizzaiolo/sounds/320664/)

## Testing
## Testing

### 1. Manual testing

### 1. Manual testing
Manual testing plan:
[https://docs.google.com/spreadsheets/d/1jeIkGe2CmJ7YmuoVi6Rlc9KRr3wiBPf44Qy0Nd8qtOY/edit?usp=sharing](https://docs.google.com/spreadsheets/d/1jeIkGe2CmJ7YmuoVi6Rlc9KRr3wiBPf44Qy0Nd8qtOY/edit?usp=sharing)

### 2. Integration testing
### 2. Integration testing

[Guide and coverage](integration_test/README.md)

### 3. Unit/Widget testing
### 3. Unit/Widget testing

Not supported

## License 📄
Expand Down
Binary file removed assets/coin-icons/1inch.png
Binary file not shown.
Binary file removed assets/coin-icons/aave.png
Binary file not shown.
Binary file removed assets/coin-icons/aby.png
Binary file not shown.
Binary file removed assets/coin-icons/actn.png
Binary file not shown.
Binary file removed assets/coin-icons/ada.png
Binary file not shown.
Binary file removed assets/coin-icons/adx.png
Binary file not shown.
Binary file removed assets/coin-icons/ageur.png
Binary file not shown.
Binary file removed assets/coin-icons/agix.png
Binary file not shown.
Binary file removed assets/coin-icons/ankr.png
Binary file not shown.
Binary file removed assets/coin-icons/ant.png
Binary file not shown.
Binary file removed assets/coin-icons/ape.png
Binary file not shown.
Binary file removed assets/coin-icons/arpa.png
Binary file not shown.
Binary file removed assets/coin-icons/arrr.png
Binary file not shown.
Binary file removed assets/coin-icons/aslp.png
Binary file not shown.
Binary file removed assets/coin-icons/atom.png
Binary file not shown.
Binary file removed assets/coin-icons/aud.png
Binary file not shown.
Binary file removed assets/coin-icons/aur.png
Binary file not shown.
Binary file removed assets/coin-icons/ava.png
Binary file not shown.
Binary file removed assets/coin-icons/avax.png
Binary file not shown.
Binary file removed assets/coin-icons/avaxt.png
Binary file not shown.
Binary file removed assets/coin-icons/avn.png
Binary file not shown.
Binary file removed assets/coin-icons/awc.png
Binary file not shown.
Binary file removed assets/coin-icons/axe.png
Binary file not shown.
Binary file removed assets/coin-icons/axs.png
Binary file not shown.
Binary file removed assets/coin-icons/aya.png
Binary file not shown.
Binary file removed assets/coin-icons/babydoge.png
Diff not rendered.
Binary file removed assets/coin-icons/bal.png
Diff not rendered.
Binary file removed assets/coin-icons/banano.png
Diff not rendered.
Binary file removed assets/coin-icons/band.png
Diff not rendered.
Binary file removed assets/coin-icons/bat.png
Diff not rendered.
Binary file removed assets/coin-icons/bbk.png
Diff not rendered.
Binary file removed assets/coin-icons/bch.png
Diff not rendered.
Binary file removed assets/coin-icons/bep.png
Diff not rendered.
Binary file removed assets/coin-icons/best.png
Diff not rendered.
Binary file removed assets/coin-icons/bgn.png
Diff not rendered.
Binary file removed assets/coin-icons/bidr.png
Diff not rendered.
Binary file removed assets/coin-icons/bitn.png
Diff not rendered.
Binary file removed assets/coin-icons/bkc.png
Diff not rendered.
Binary file removed assets/coin-icons/blk.png
Diff not rendered.
Binary file removed assets/coin-icons/blocx.png
Diff not rendered.
Binary file removed assets/coin-icons/bnb.png
Diff not rendered.
Binary file removed assets/coin-icons/bnbt.png
Diff not rendered.
Binary file removed assets/coin-icons/bnt.png
Diff not rendered.
Binary file removed assets/coin-icons/boli.png
Diff not rendered.
Binary file removed assets/coin-icons/bone.png
Diff not rendered.
Binary file removed assets/coin-icons/borg.png
Diff not rendered.
Binary file removed assets/coin-icons/brl.png
Diff not rendered.
Binary file removed assets/coin-icons/brz.png
Diff not rendered.
Binary file removed assets/coin-icons/bsty.png
Diff not rendered.
Binary file removed assets/coin-icons/btc.png
Diff not rendered.
Binary file removed assets/coin-icons/btcd.png
Diff not rendered.
Binary file removed assets/coin-icons/btcz.png
Diff not rendered.
Binary file removed assets/coin-icons/bte.png
Diff not rendered.
Binary file removed assets/coin-icons/btt.png
Diff not rendered.
Binary file removed assets/coin-icons/bttc.png
Diff not rendered.
Binary file removed assets/coin-icons/btu.png
Diff not rendered.
Binary file removed assets/coin-icons/btx.png
Diff not rendered.
Binary file removed assets/coin-icons/busd.png
Diff not rendered.
Binary file removed assets/coin-icons/cad.png
Diff not rendered.
Binary file removed assets/coin-icons/cadc.png
Diff not rendered.
Binary file removed assets/coin-icons/cake.png
Diff not rendered.
Binary file removed assets/coin-icons/case.png
Diff not rendered.
Binary file removed assets/coin-icons/ccl.png
Diff not rendered.
Binary file removed assets/coin-icons/cdn.png
Diff not rendered.
Binary file removed assets/coin-icons/cel.png
Diff not rendered.
Binary file removed assets/coin-icons/celr.png
Diff not rendered.
Binary file removed assets/coin-icons/cfx.png
Diff not rendered.
Binary file removed assets/coin-icons/chf.png
Diff not rendered.
Binary file removed assets/coin-icons/chips.png
Diff not rendered.
Binary file removed assets/coin-icons/chsb.png
Diff not rendered.
Binary file removed assets/coin-icons/chta.png
Diff not rendered.
Binary file removed assets/coin-icons/chungus.png
Diff not rendered.
Binary file removed assets/coin-icons/chz.png
Diff not rendered.
Binary file removed assets/coin-icons/clc.png
Diff not rendered.
Binary file removed assets/coin-icons/colx.png
Diff not rendered.
Binary file removed assets/coin-icons/comp.png
Diff not rendered.
Binary file removed assets/coin-icons/crnc.png
Diff not rendered.
Binary file removed assets/coin-icons/cro.png
Diff not rendered.
Binary file removed assets/coin-icons/crv.png
Diff not rendered.
Binary file removed assets/coin-icons/cummies.png
Diff not rendered.
Binary file removed assets/coin-icons/cvc.png
Diff not rendered.
Binary file removed assets/coin-icons/cvt.png
Diff not rendered.
Binary file removed assets/coin-icons/cvx.png
Diff not rendered.
Binary file removed assets/coin-icons/cy.png
Diff not rendered.
Binary file removed assets/coin-icons/czk.png
Diff not rendered.
Binary file removed assets/coin-icons/dai.png
Diff not rendered.
Binary file removed assets/coin-icons/dash.png
Diff not rendered.
Binary file removed assets/coin-icons/ddd.png
Diff not rendered.
Binary file removed assets/coin-icons/dent.png
Diff not rendered.
Binary file removed assets/coin-icons/dfx.png
Diff not rendered.
Binary file removed assets/coin-icons/dgb.png
Diff not rendered.
Binary file removed assets/coin-icons/dgc.png
Diff not rendered.
Binary file removed assets/coin-icons/dia.png
Diff not rendered.
Binary file removed assets/coin-icons/diac.png
Diff not rendered.
Binary file removed assets/coin-icons/dimi.png
Diff not rendered.
Binary file removed assets/coin-icons/dkk.png
Diff not rendered.
Binary file removed assets/coin-icons/doc.png
Diff not rendered.
Binary file removed assets/coin-icons/dodo.png
Diff not rendered.
Binary file removed assets/coin-icons/doge.png
Diff not rendered.
Binary file removed assets/coin-icons/dogec.png
Diff not rendered.
Binary file removed assets/coin-icons/dogedash.png
Diff not rendered.
Binary file removed assets/coin-icons/doggy.png
Diff not rendered.
Binary file removed assets/coin-icons/doi.png
Diff not rendered.
Binary file removed assets/coin-icons/dot.png
Diff not rendered.
Binary file removed assets/coin-icons/dp.png
Diff not rendered.
Binary file removed assets/coin-icons/dust.png
Diff not rendered.
Binary file removed assets/coin-icons/dx.png
Diff not rendered.
Binary file removed assets/coin-icons/eca.png
Diff not rendered.
Binary file removed assets/coin-icons/efl.png
Diff not rendered.
Binary file removed assets/coin-icons/egld.png
Diff not rendered.
Binary file removed assets/coin-icons/eiln.png
Diff not rendered.
Binary file removed assets/coin-icons/elf.png
Diff not rendered.
Binary file removed assets/coin-icons/emc2.png
Diff not rendered.
Binary file removed assets/coin-icons/enj.png
Diff not rendered.
Binary file removed assets/coin-icons/eos.png
Diff not rendered.
Binary file removed assets/coin-icons/erc.png
Diff not rendered.
Binary file removed assets/coin-icons/etc.png
Diff not rendered.
Binary file removed assets/coin-icons/eth.png
Diff not rendered.
Binary file removed assets/coin-icons/ethk.png
Diff not rendered.
Binary file removed assets/coin-icons/ethr.png
Diff not rendered.
Binary file removed assets/coin-icons/eure.png
Diff not rendered.
Binary file removed assets/coin-icons/euroe.png
Diff not rendered.
Binary file removed assets/coin-icons/eurs.png
Diff not rendered.
Binary file removed assets/coin-icons/evr.png
Diff not rendered.
Binary file removed assets/coin-icons/ewt.png
Diff not rendered.
Binary file removed assets/coin-icons/exn.png
Diff not rendered.
Binary file removed assets/coin-icons/fei.png
Diff not rendered.
Binary file removed assets/coin-icons/fet.png
Diff not rendered.
Binary file removed assets/coin-icons/fil.png
Diff not rendered.
Binary file removed assets/coin-icons/firo.png
Diff not rendered.
Binary file removed assets/coin-icons/fjc.png
Diff not rendered.
Binary file removed assets/coin-icons/fjcb.png
Diff not rendered.
Binary file removed assets/coin-icons/flexusd.png
Diff not rendered.
Binary file removed assets/coin-icons/flo.png
Diff not rendered.
Binary file removed assets/coin-icons/floki.png
Diff not rendered.
Binary file removed assets/coin-icons/flow.png
Diff not rendered.
Binary file removed assets/coin-icons/flux.png
Diff not rendered.
Binary file removed assets/coin-icons/ftc.png
Diff not rendered.
Binary file removed assets/coin-icons/ftm.png
Diff not rendered.
Binary file removed assets/coin-icons/ftmt.png
Diff not rendered.
Binary file removed assets/coin-icons/fxs.png
Diff not rendered.
Binary file removed assets/coin-icons/gala.png
Diff not rendered.
Binary file removed assets/coin-icons/game.png
Diff not rendered.
Binary file removed assets/coin-icons/gbx.png
Diff not rendered.
Binary file removed assets/coin-icons/gft.png
Diff not rendered.
Binary file removed assets/coin-icons/glc.png
Diff not rendered.
Binary file removed assets/coin-icons/gleec.png
Diff not rendered.
Binary file removed assets/coin-icons/glm.png
Diff not rendered.
Binary file removed assets/coin-icons/glmr.png
Diff not rendered.
Binary file removed assets/coin-icons/gm.png
Diff not rendered.
Binary file removed assets/coin-icons/gmt.png
Diff not rendered.
Binary file removed assets/coin-icons/gmx.png
Diff not rendered.
Binary file removed assets/coin-icons/gno.png
Diff not rendered.
Binary file removed assets/coin-icons/gns.png
Diff not rendered.
Binary file removed assets/coin-icons/gnt.png
Diff not rendered.
Binary file removed assets/coin-icons/grlc.png
Diff not rendered.
Binary file removed assets/coin-icons/grms.png
Diff not rendered.
Binary file removed assets/coin-icons/grs.png
Diff not rendered.
Binary file removed assets/coin-icons/grt.png
Diff not rendered.
Binary file removed assets/coin-icons/gst.png
Diff not rendered.
Binary file removed assets/coin-icons/gt.png
Diff not rendered.
Binary file removed assets/coin-icons/gusd.png
Diff not rendered.
Binary file removed assets/coin-icons/hex.png
Diff not rendered.
Binary file removed assets/coin-icons/hkd.png
Diff not rendered.
Binary file removed assets/coin-icons/hlc.png
Diff not rendered.
Binary file removed assets/coin-icons/hot.png
Diff not rendered.
Binary file removed assets/coin-icons/hpy.png
Diff not rendered.
Binary file removed assets/coin-icons/hrk.png
Diff not rendered.
Binary file removed assets/coin-icons/ht.png
Diff not rendered.
Binary file removed assets/coin-icons/huf.png
Diff not rendered.
Binary file removed assets/coin-icons/husd.png
Diff not rendered.
Binary file removed assets/coin-icons/ic.png
Diff not rendered.
Binary file removed assets/coin-icons/icx.png
Diff not rendered.
Binary file removed assets/coin-icons/idr.png
Diff not rendered.
Binary file removed assets/coin-icons/il8p.png
Diff not rendered.
Binary file removed assets/coin-icons/iln.png
Diff not rendered.
Binary file removed assets/coin-icons/ilnf.png
Diff not rendered.
Binary file removed assets/coin-icons/ilnsw.png
Diff not rendered.
Binary file removed assets/coin-icons/ils.png
Diff not rendered.
Binary file removed assets/coin-icons/ilv.png
Diff not rendered.
Binary file removed assets/coin-icons/imx.png
Diff not rendered.
Binary file removed assets/coin-icons/inj.png
Diff not rendered.
Binary file removed assets/coin-icons/ink.png
Diff not rendered.
Binary file removed assets/coin-icons/inr.png
Diff not rendered.
Binary file removed assets/coin-icons/iost.png
Diff not rendered.
Binary file removed assets/coin-icons/iota.png
Diff not rendered.
Binary file removed assets/coin-icons/iotx.png
Diff not rendered.
Binary file removed assets/coin-icons/iris.png
Diff not rendered.
Binary file removed assets/coin-icons/jaud.png
Diff not rendered.
Binary file removed assets/coin-icons/jbrl.png
Diff not rendered.
Binary file removed assets/coin-icons/jcad.png
Diff not rendered.
Binary file removed assets/coin-icons/jchf.png
Diff not rendered.
Binary file removed assets/coin-icons/jcny.png
Diff not rendered.
Binary file removed assets/coin-icons/jdb.png
Diff not rendered.
Binary file removed assets/coin-icons/jeur.png
Diff not rendered.
Binary file removed assets/coin-icons/jgbp.png
Diff not rendered.
Binary file removed assets/coin-icons/jgold.png
Diff not rendered.
Binary file removed assets/coin-icons/jjpy.png
Diff not rendered.
Binary file removed assets/coin-icons/jkrw.png
Diff not rendered.
Binary file removed assets/coin-icons/jmxn.png
Diff not rendered.
Binary file removed assets/coin-icons/jnzd.png
Diff not rendered.
Binary file removed assets/coin-icons/joy.png
Diff not rendered.
Binary file removed assets/coin-icons/jphp.png
Diff not rendered.
Binary file removed assets/coin-icons/jpln.png
Diff not rendered.
Binary file removed assets/coin-icons/jpyc.png
Diff not rendered.
Binary file removed assets/coin-icons/jrt.png
Diff not rendered.
Binary file removed assets/coin-icons/jsek.png
Diff not rendered.
Binary file removed assets/coin-icons/jsgd.png
Diff not rendered.
Binary file removed assets/coin-icons/jst.png
Diff not rendered.
Binary file removed assets/coin-icons/jtry.png
Diff not rendered.
Binary file removed assets/coin-icons/jusd.png
Diff not rendered.
Binary file removed assets/coin-icons/kcs.png
Diff not rendered.
Binary file removed assets/coin-icons/kiiro.png
Diff not rendered.
Binary file removed assets/coin-icons/kip0001.png
Diff not rendered.
Binary file removed assets/coin-icons/kmd.png
Diff not rendered.
Binary file removed assets/coin-icons/knc.png
Diff not rendered.
Binary file removed assets/coin-icons/koin.png
Diff not rendered.
Binary file removed assets/coin-icons/krw.png
Diff not rendered.
Binary file removed assets/coin-icons/ksm.png
Diff not rendered.
Binary file removed assets/coin-icons/labs.png
Diff not rendered.
Binary file removed assets/coin-icons/lbc.png
Diff not rendered.
Binary file removed assets/coin-icons/lcc.png
Diff not rendered.
Binary file removed assets/coin-icons/ldo.png
Diff not rendered.
Binary file removed assets/coin-icons/leash.png
Diff not rendered.
Binary file removed assets/coin-icons/leo.png
Diff not rendered.
Binary file removed assets/coin-icons/link.png
Diff not rendered.
Binary file removed assets/coin-icons/lnc.png
Diff not rendered.
Binary file removed assets/coin-icons/loom.png
Diff not rendered.
Binary file removed assets/coin-icons/loop.png
Diff not rendered.
Binary file removed assets/coin-icons/lrc.png
Diff not rendered.
Binary file removed assets/coin-icons/lstr.png
Diff not rendered.
Binary file removed assets/coin-icons/lswap.png
Diff not rendered.
Binary file removed assets/coin-icons/ltc.png
Diff not rendered.
Binary file removed assets/coin-icons/ltfn.png
Diff not rendered.
Binary file removed assets/coin-icons/lynx.png
Diff not rendered.
Binary file removed assets/coin-icons/mana.png
Diff not rendered.
Binary file removed assets/coin-icons/marty.png
Diff not rendered.
Binary file removed assets/coin-icons/mask.png
Diff not rendered.
Binary file removed assets/coin-icons/matic.png
Diff not rendered.
Binary file removed assets/coin-icons/matictest.png
Diff not rendered.
Binary file removed assets/coin-icons/maza.png
Diff not rendered.
Binary file removed assets/coin-icons/maze.png
Diff not rendered.
Binary file removed assets/coin-icons/mc.png
Diff not rendered.
Binary file removed assets/coin-icons/mcl.png
Diff not rendered.
Binary file removed assets/coin-icons/med.png
Diff not rendered.
Binary file removed assets/coin-icons/mil.png
Diff not rendered.
Binary file removed assets/coin-icons/minds.png
Diff not rendered.
Binary file removed assets/coin-icons/mir.png
Diff not rendered.
Binary file removed assets/coin-icons/mkr.png
Diff not rendered.
Binary file removed assets/coin-icons/mln.png
Diff not rendered.
Binary file removed assets/coin-icons/mm.png
Diff not rendered.
Binary file removed assets/coin-icons/mona.png
Diff not rendered.
Binary file removed assets/coin-icons/movr.png
Diff not rendered.
Binary file removed assets/coin-icons/mxn.png
Diff not rendered.
Binary file removed assets/coin-icons/myr.png
Diff not rendered.
Binary file removed assets/coin-icons/nav.png
Diff not rendered.
Binary file removed assets/coin-icons/near.png
Diff not rendered.
Binary file removed assets/coin-icons/neng.png
Diff not rendered.
Binary file removed assets/coin-icons/nexo.png
Diff not rendered.
Binary file removed assets/coin-icons/nftx.png
Diff not rendered.
Binary file removed assets/coin-icons/ninja.png
Diff not rendered.
Binary file removed assets/coin-icons/nmc.png
Diff not rendered.
Binary file removed assets/coin-icons/nok.png
Diff not rendered.
Binary file removed assets/coin-icons/nvc.png
Diff not rendered.
Binary file removed assets/coin-icons/nyan.png
Diff not rendered.
Binary file removed assets/coin-icons/nzd.png
Diff not rendered.
Binary file removed assets/coin-icons/nzds.png
Diff not rendered.
Binary file removed assets/coin-icons/oc.png
Diff not rendered.
Binary file removed assets/coin-icons/ocean.png
Diff not rendered.
Binary file removed assets/coin-icons/okb.png
Diff not rendered.
Binary file removed assets/coin-icons/omg.png
Diff not rendered.
Binary file removed assets/coin-icons/one.png
Diff not rendered.
Binary file removed assets/coin-icons/ont.png
Diff not rendered.
Binary file removed assets/coin-icons/osmo.png
Diff not rendered.
Binary file removed assets/coin-icons/pax.png
Diff not rendered.
Binary file removed assets/coin-icons/paxg.png
Diff not rendered.
Binary file removed assets/coin-icons/pgx.png
Diff not rendered.
Binary file removed assets/coin-icons/php.png
Diff not rendered.
Binary file removed assets/coin-icons/pic.png
Diff not rendered.
Binary file removed assets/coin-icons/pink.png
Diff not rendered.
Binary file removed assets/coin-icons/pivx.png
Diff not rendered.
Binary file removed assets/coin-icons/pln.png
Diff not rendered.
Binary file removed assets/coin-icons/pnd.png
Diff not rendered.
Binary file removed assets/coin-icons/pnk.png
Diff not rendered.
Binary file removed assets/coin-icons/pot.png
Diff not rendered.
Binary file removed assets/coin-icons/powr.png
Diff not rendered.
Binary file removed assets/coin-icons/ppc.png
Diff not rendered.
Binary file removed assets/coin-icons/prcy.png
Diff not rendered.
Binary file removed assets/coin-icons/prux.png
Diff not rendered.
Binary file removed assets/coin-icons/psf.png
Diff not rendered.
Binary file removed assets/coin-icons/put.png
Diff not rendered.
Binary file removed assets/coin-icons/pyr.png
Diff not rendered.
Binary file removed assets/coin-icons/qbt.png
Diff not rendered.
Binary file removed assets/coin-icons/qc.png
Diff not rendered.
Binary file removed assets/coin-icons/qi.png
Diff not rendered.
Binary file removed assets/coin-icons/qiad.png
Diff not rendered.
Loading
Loading