Skip to content

Commit

Permalink
Change LSP url to olympus
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Jul 1, 2024
1 parent 09a68b2 commit 9c73e43
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
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

0 comments on commit 9c73e43

Please sign in to comment.