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

[WHITELABEL] ShibaDEX #7

Draft
wants to merge 52 commits into
base: dev
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
04d63c7
Update themes
Jan 25, 2022
e0be7de
Update dark theme
Jan 25, 2022
556f3a5
Update dark theme
Jan 25, 2022
6dfa788
Update dark theme
Jan 25, 2022
d3fb725
Update dark theme
Jan 25, 2022
4b19aea
Update dark theme
Jan 26, 2022
90a8fa8
Update light theme
Jan 26, 2022
76a473b
Update metadata
Jan 28, 2022
23cb420
Update logo
Jan 28, 2022
ec7eada
Fix build var
smk762 Jan 29, 2022
6a5a65f
Merge pull request #3 from tonymorony/dev
tonymorony Jan 31, 2022
cb83d7a
change company name to dogedex
tonymorony Jan 31, 2022
fc30281
Merge pull request #2 from tonymorony/fix_build
tonymorony Jan 31, 2022
0d42634
added default coins
tonymorony Jan 31, 2022
bbbdc47
Merge pull request #1 from tonymorony/update_colors_scheme
tonymorony Jan 31, 2022
29495e8
resolved conflict
tonymorony Jan 31, 2022
672326b
Merge pull request #1576 from tonymorony/shibadex
tonymorony Jan 31, 2022
443bc3f
Merge pull request #1579 from KomodoPlatform/dev
tonymorony Feb 1, 2022
7f04b45
update CI env
smk762 Feb 1, 2022
166a423
Merge pull request #1580 from KomodoPlatform/meta-shiba
tonymorony Feb 1, 2022
ceac7cb
Merge remote-tracking branch 'origin/dev' into shibadex
Mar 19, 2022
470710c
update from dev
smk762 Aug 10, 2022
e10600e
fix conflicts
smk762 Aug 10, 2022
88aac5b
update themes
smk762 Aug 11, 2022
c1e22fa
Merge pull request #1930 from KomodoPlatform/shibatheme
tonymorony Aug 11, 2022
beaa14f
Merge branch 'stop_bech' into shibadex
smk762 Oct 18, 2022
3504b28
Merge pull request #2020 from KomodoPlatform/dev
ca333 Nov 20, 2022
37ecc48
Merge branch 'dev' into shibadex
smk762 Nov 22, 2022
d3ac64c
fix_default_coins
smk762 Nov 22, 2022
7ddfefb
add default coins
smk762 Nov 24, 2022
4af2a8a
Merge pull request #2159 from KomodoPlatform/dev
smk762 Mar 7, 2023
bea819c
Merge pull request #2246 from KomodoPlatform/dev
smk762 Apr 14, 2023
3b17aa4
Merge pull request #2296 from KomodoPlatform/dev
smk762 Jun 27, 2023
23e0bf0
Merge pull request #2322 from KomodoPlatform/dev
smk762 Jul 10, 2023
5f6101d
Merge pull request #2328 from KomodoPlatform/dev
tonymorony Jul 10, 2023
4075a65
Merge branch 'dev' into shibadex
smk762 Sep 19, 2023
d062a22
fix logo size in sidebar
smk762 Sep 19, 2023
0ab9ce0
Merge pull request #2363 from KomodoPlatform/dev
smk762 Sep 23, 2023
212ae64
Merge branch 'dev' into shibadex
smk762 Sep 23, 2023
ab9bd31
Merge branch 'master' into shibadex
smk762 Sep 24, 2023
5d802e3
Merge pull request #2396 from KomodoPlatform/dev
smk762 Dec 22, 2023
0bfa58d
Merge pull request #2398 from KomodoPlatform/dev
smk762 Dec 22, 2023
bcc289a
Merge pull request #2399 from KomodoPlatform/dev
smk762 Dec 22, 2023
2b7b7f3
Merge branch 'dev' into shibadex
smk762 Jan 10, 2024
2547e1e
Merge pull request #2407 from KomodoPlatform/dev
smk762 Jan 20, 2024
c1372c1
Merge branch 'dev' into shibadex
smk762 Jan 20, 2024
28dddc4
Merge pull request #2410 from KomodoPlatform/dev
smk762 Feb 23, 2024
1952847
Merge pull request #2426 from KomodoPlatform/dev
smk762 Apr 10, 2024
056f76f
Merge pull request #2459 from KomodoPlatform/dev
smk762 Jun 24, 2024
e0d0aad
Merge branch 'master' into shibadex
smk762 Jul 3, 2024
5469c8d
Merge branch 'dev' into shibadex
smk762 Aug 30, 2024
5ad1813
Merge branch 'dev' into shibadex
smk762 Oct 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/atomicdex-desktop-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ on:
workflow_dispatch:

env:
DEX_API: "kdf_kwd"
DEX_RPCPORT: 7762
DEX_RPC: "http://127.0.0.1:7762"
DEX_PROJECT_NAME: "komodo-wallet"
DEX_DISPLAY_NAME: "Komodo Wallet"
DEX_COMPANY: "KomodoPlatform"
DEX_API: "kdf_shiba"
DEX_RPCPORT: 7763
DEX_RPC: "http://127.0.0.1:7783"
DEX_PROJECT_NAME: "shibadex-desktop"
DEX_DISPLAY_NAME: "ShibaDex Desktop"
DEX_COMPANY: "CZ Web Service S.A"
DEX_WEBSITE: "https://shibadex.io/"
DEX_VERSION: "0.8.1"
DEX_WEBSITE: "https://atomicdex.io/"
VCPKG_DEFAULT_BINARY_CACHE: ${{ github.workspace }}/b/vcpkg_cache
VCPKG_BINARY_SOURCES: clear;x-gha,readwrite
RUNVCPKG_VCPKG_ROOT: ${{ github.workspace }}\komodo-wallet-desktop\ci_tools_atomic_dex\vcpkg-repo
Expand Down
Binary file modified assets/logo/dex-logo-64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/logo/dex-logo-big.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/logo/dex-logo.icns
Binary file not shown.
Binary file modified assets/logo/dex-logo.ico
Binary file not shown.
Binary file modified assets/logo/dex-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/logo/dex-tray-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
139 changes: 0 additions & 139 deletions assets/themes/Binance - Dark/colors.json

This file was deleted.

Binary file removed assets/themes/Binance - Dark/dex-logo-big.png
Binary file not shown.
Binary file removed assets/themes/Binance - Dark/dex-logo.png
Binary file not shown.
Loading
Loading