We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 626b4b9 + 9e231f6 commit 737b58fCopy full SHA for 737b58f
.github/workflows/atomicdex-desktop-ci.yml
@@ -11,8 +11,8 @@ on:
11
12
env:
13
DEX_API: "mm2"
14
- DEX_RPCPORT: 7783
15
- DEX_RPC: "http://127.0.0.1:7783"
+ DEX_RPCPORT: 7762
+ DEX_RPC: "http://127.0.0.1:7762"
16
DEX_PROJECT_NAME: "atomicdex-desktop"
17
DEX_DISPLAY_NAME: "AtomicDex Desktop"
18
DEX_COMPANY: "KomodoPlatform"
cmake/project.metadata.cmake
@@ -1,7 +1,7 @@
1
# Default project values
2
set(DEX_API "mm2")
3
-set(DEX_RPCPORT 7783)
4
-set(DEX_RPC "http://127.0.0.1:7783")
+set(DEX_RPCPORT 7762)
+set(DEX_RPC "http://127.0.0.1:7762")
5
set(DEX_PROJECT_NAME "atomicdex-desktop")
6
set(DEX_DISPLAY_NAME "AtomicDEX Desktop")
7
set(DEX_MAINTENANCE_TOOL_NAME "AtomicDEX Maintenance Tool")
0 commit comments