diff --git a/.env.example b/.env.example index a569c76f..8169b70f 100644 --- a/.env.example +++ b/.env.example @@ -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" diff --git a/.env.mainnet b/.env.mainnet index b07943e3..f05f147d 100644 --- a/.env.mainnet +++ b/.env.mainnet @@ -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" diff --git a/.env.signet b/.env.signet index 13596368..69d2d55f 100644 --- a/.env.signet +++ b/.env.signet @@ -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" diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index 087e065a..57900d6e 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -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 diff --git a/.github/workflows/android-prod.yml b/.github/workflows/android-prod.yml index ca28aa17..0af16fee 100644 --- a/.github/workflows/android-prod.yml +++ b/.github/workflows/android-prod.yml @@ -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 diff --git a/.github/workflows/android-staging.yml b/.github/workflows/android-staging.yml index f426769e..f2bc26d9 100644 --- a/.github/workflows/android-staging.yml +++ b/.github/workflows/android-staging.yml @@ -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 diff --git a/.github/workflows/ios-prod.yml b/.github/workflows/ios-prod.yml index 12be3b0a..023f487c 100644 --- a/.github/workflows/ios-prod.yml +++ b/.github/workflows/ios-prod.yml @@ -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 diff --git a/.github/workflows/ios-staging.yml b/.github/workflows/ios-staging.yml index d63cfb99..bb455e78 100644 --- a/.github/workflows/ios-staging.yml +++ b/.github/workflows/ios-staging.yml @@ -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 diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index f3d5fc18..a5a84927 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -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 diff --git a/Dockerfile b/Dockerfile index 246afd9c..768f71e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"