Skip to content

Commit

Permalink
Merge pull request #2224 from KomodoPlatform/change_mm2_port
Browse files Browse the repository at this point in the history
change default port to 7762
  • Loading branch information
smk762 committed Mar 6, 2023
2 parents 626b4b9 + 9e231f6 commit 737b58f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/atomicdex-desktop-ci.yml
Expand Up @@ -11,8 +11,8 @@ on:

env:
DEX_API: "mm2"
DEX_RPCPORT: 7783
DEX_RPC: "http://127.0.0.1:7783"
DEX_RPCPORT: 7762
DEX_RPC: "http://127.0.0.1:7762"
DEX_PROJECT_NAME: "atomicdex-desktop"
DEX_DISPLAY_NAME: "AtomicDex Desktop"
DEX_COMPANY: "KomodoPlatform"
Expand Down
4 changes: 2 additions & 2 deletions cmake/project.metadata.cmake
@@ -1,7 +1,7 @@
# Default project values
set(DEX_API "mm2")
set(DEX_RPCPORT 7783)
set(DEX_RPC "http://127.0.0.1:7783")
set(DEX_RPCPORT 7762)
set(DEX_RPC "http://127.0.0.1:7762")
set(DEX_PROJECT_NAME "atomicdex-desktop")
set(DEX_DISPLAY_NAME "AtomicDEX Desktop")
set(DEX_MAINTENANCE_TOOL_NAME "AtomicDEX Maintenance Tool")
Expand Down

0 comments on commit 737b58f

Please sign in to comment.