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

Change LSP url to olympus #1245

Merged
merged 2 commits into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
VITE_NETWORK="signet"
VITE_PROXY="wss://p.mutinywallet.com"
VITE_ESPLORA="https://mutinynet.com/api"
VITE_LSP="https://signet-lsp.mutinywallet.com"
VITE_LSP="https://mutinynet-flow.lnolymp.us"
VITE_RGS="https://rgs.mutinynet.com/snapshot/"
# VITE_SELFHOSTED="true" // Removes Mutiny+
VITE_AUTH="https://auth-staging.mutinywallet.com"
Expand Down
2 changes: 1 addition & 1 deletion .env.mainnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
VITE_NETWORK="bitcoin"
VITE_PROXY="wss://p.mutinywallet.com"
VITE_ESPLORA="https://mutiny.mempool.space/api"
VITE_LSP="https://lsp.voltageapi.com"
VITE_LSP="https://0conf.lnolymp.us"
VITE_RGS="https://scorer.mutinywallet.com/v1/rgs/snapshot/"
# VITE_SELFHOSTED="true" // Removes Mutiny+
VITE_AUTH="https://auth.mutinywallet.com"
Expand Down
2 changes: 1 addition & 1 deletion .env.signet
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
VITE_NETWORK="signet"
VITE_PROXY="wss://p.mutinywallet.com"
VITE_ESPLORA="https://mutinynet.com/api"
VITE_LSP="https://signet-lsp.mutinywallet.com"
VITE_LSP="https://mutinynet-flow.lnolymp.us"
VITE_RGS="https://rgs.mutinynet.com/snapshot/"
# VITE_SELFHOSTED="true" // Removes Mutiny+
VITE_AUTH="https://auth-staging.mutinywallet.com"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
VITE_NETWORK: signet
VITE_PROXY: wss://p.mutinywallet.com
VITE_ESPLORA: https://mutinynet.com/api
VITE_LSP: https://signet-lsp.mutinywallet.com
VITE_LSP: https://mutinynet-flow.lnolymp.us
VITE_RGS: https://rgs.mutinynet.com/snapshot/
VITE_AUTH: https://auth-staging.mutinywallet.com
VITE_SUBSCRIPTIONS: https://subscriptions-staging.mutinywallet.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
VITE_NETWORK: bitcoin
VITE_PROXY: wss://p.mutinywallet.com
VITE_ESPLORA: https://mutiny.mempool.space/api
VITE_LSP: https://lsp.voltageapi.com
VITE_LSP: https://0conf.lnolymp.us
VITE_RGS: https://scorer.mutinywallet.com/v1/rgs/snapshot/
VITE_AUTH: https://auth.mutinywallet.com
VITE_SUBSCRIPTIONS: https://subscriptions.mutinywallet.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
VITE_NETWORK: signet
VITE_PROXY: wss://p.mutinywallet.com
VITE_ESPLORA: https://mutinynet.com/api
VITE_LSP: https://signet-lsp.mutinywallet.com
VITE_LSP: https://mutinynet-flow.lnolymp.us
VITE_RGS: https://rgs.mutinynet.com/snapshot/
VITE_AUTH: https://auth-staging.mutinywallet.com
VITE_SUBSCRIPTIONS: https://subscriptions-staging.mutinywallet.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
VITE_NETWORK: bitcoin
VITE_PROXY: wss://p.mutinywallet.com
VITE_ESPLORA: https://mutiny.mempool.space/api
VITE_LSP: https://lsp.voltageapi.com
VITE_LSP: https://0conf.lnolymp.us
VITE_RGS: https://scorer.mutinywallet.com/v1/rgs/snapshot/
VITE_AUTH: https://auth.mutinywallet.com
VITE_SUBSCRIPTIONS: https://subscriptions.mutinywallet.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
VITE_NETWORK: signet
VITE_PROXY: wss://p.mutinywallet.com
VITE_ESPLORA: https://mutinynet.com/api
VITE_LSP: https://signet-lsp.mutinywallet.com
VITE_LSP: https://mutinynet-flow.lnolymp.us
VITE_RGS: https://rgs.mutinynet.com/snapshot/
VITE_AUTH: https://auth-staging.mutinywallet.com
VITE_SUBSCRIPTIONS: https://subscriptions-staging.mutinywallet.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
VITE_NETWORK: signet
VITE_PROXY: wss://p.mutinywallet.com
VITE_ESPLORA: https://mutinynet.com/api
VITE_LSP: https://signet-lsp.mutinywallet.com
VITE_LSP: https://mutinynet-flow.lnolymp.us
VITE_RGS: https://rgs.mutinynet.com/snapshot/
VITE_AUTH: https://auth-staging.mutinywallet.com
VITE_SUBSCRIPTIONS: https://subscriptions-staging.mutinywallet.com
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ARG VITE_PROXY="/_services/proxy"
ARG VITE_PRIMAL="https://primal-cache.mutinywallet.com/api"
ARG VITE_ESPLORA
ARG VITE_SCORER="https://scorer.mutinywallet.com"
ARG VITE_LSP="https://lsp.voltageapi.com"
ARG VITE_LSP="https://0conf.lnolymp.us"
ARG VITE_RGS
ARG VITE_AUTH
ARG VITE_STORAGE="/_services/vss/v2"
Expand Down
5 changes: 5 additions & 0 deletions e2e/roundtrip.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ test.beforeEach(async ({ page }) => {
});

test("rountrip receive and send", async ({ page }) => {
test.slow(); // tell playwright that this test is slow

await loadHome(page);

await page.locator("#fab").click();
Expand Down Expand Up @@ -133,6 +135,9 @@ test("rountrip receive and send", async ({ page }) => {

await page.click("text=Confirm");

// wait for the channel to close
await page.waitForTimeout(5000);

await page
.getByText(
"It looks like you don't have any channels yet. To get started, receive some sats over lightning, or swap some on-chain funds into a channel. Get your hands dirty!"
Expand Down
Loading