Skip to content

Commit 1931646

Browse files
authored
Merge pull request #502 from stakwork/feat/badge-bot-test
ba-Feat/badge bot test
2 parents 0c71615 + 6ff35a6 commit 1931646

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+1297
-1955
lines changed

.github/workflows/integration_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
'hmac',
4242
'socketIO',
4343
'tribeMember',
44+
'badgeBot',
4445
'actionHistory',
4546
]
4647
steps:
@@ -60,7 +61,7 @@ jobs:
6061
npm install -g npm@latest && npm install && npm run build && docker build -t sphinxlightning/sphinx-relay .
6162
- name: Checkout stack
6263
run: |
63-
git clone https://github.com/stakwork/sphinx-stack.git stack
64+
git clone -b add_bolt https://github.com/stakwork/sphinx-stack.git stack
6465
- name: give permissions
6566
working-directory: ./stack
6667
run: |

config/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"proxy_lnd_ip": "127.0.0.1",
2727
"proxy_lnd_port": "11111",
2828
"proxy_admin_token": "d86hnf8irgbcv093jdns",
29-
"boltwall_server": "http://localhost:8444"
29+
"boltwall_server": "http://0.0.0.0:8444"
3030
},
3131
"production": {
3232
"senza_url": "https://staging.senza.us/api/v2/",

dist/public/favicon.ico

-2.19 KB
Binary file not shown.

dist/public/index.html

Lines changed: 0 additions & 208 deletions
This file was deleted.

0 commit comments

Comments
 (0)