Skip to content

Commit

Permalink
rename binary to avoid unintended kills
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Dec 21, 2023
1 parent 791f450 commit 3151f80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/atomicdex-desktop-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- cron: '0 0 * * 1'

env:
DEX_API: "mm2"
DEX_API: "mm2_kmd"
DEX_RPCPORT: 7762
DEX_RPC: "http://127.0.0.1:7762"
DEX_PROJECT_NAME: "komodo-wallet"
Expand Down
2 changes: 1 addition & 1 deletion cmake/project.metadata.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Default project values
set(DEX_API "mm2")
set(DEX_API "mm2_kmd")
set(DEX_RPCPORT 7762)
set(DEX_RPC "http://127.0.0.1:7762")
set(DEX_PROJECT_NAME "komodo-wallet")
Expand Down

0 comments on commit 3151f80

Please sign in to comment.