mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-17 22:34:23 +01:00
Add signet and mainnet .env files
This commit is contained in:
committed by
benthecarman
parent
d1392f0c4f
commit
e23d3e8025
14
.env.mainnet
Normal file
14
.env.mainnet
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
# Mainnet
|
||||||
|
|
||||||
|
VITE_NETWORK="bitcoin"
|
||||||
|
VITE_PROXY="wss://p.mutinywallet.com"
|
||||||
|
VITE_ESPLORA="https://mutiny.mempool.space/api"
|
||||||
|
VITE_LSP="https://lsp.voltageapi.com"
|
||||||
|
VITE_RGS="https://scorer.mutinywallet.com/v1/rgs/snapshot/"
|
||||||
|
# VITE_SELFHOSTED="true" // Removes Mutiny+
|
||||||
|
VITE_AUTH="https://auth.mutinywallet.com"
|
||||||
|
VITE_SUBSCRIPTIONS="https://subscriptions.mutinywallet.com"
|
||||||
|
VITE_STORAGE="https://storage.mutinywallet.com/v2"
|
||||||
|
VITE_FEEDBACK="https://feedback.mutinywallet.com"
|
||||||
|
VITE_SCORER="https://scorer.mutinywallet.com"
|
||||||
|
VITE_PRIMAL="https://primal-cache.mutinywallet.com/api"
|
||||||
14
.env.signet
Normal file
14
.env.signet
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
#SIGNET
|
||||||
|
|
||||||
|
VITE_NETWORK="signet"
|
||||||
|
VITE_PROXY="wss://p.mutinywallet.com"
|
||||||
|
VITE_ESPLORA="https://mutinynet.com/api"
|
||||||
|
VITE_LSP="https://signet-lsp.mutinywallet.com"
|
||||||
|
VITE_RGS="https://rgs.mutinynet.com/snapshot/"
|
||||||
|
# VITE_SELFHOSTED="true" // Removes Mutiny+
|
||||||
|
VITE_AUTH="https://auth-staging.mutinywallet.com"
|
||||||
|
VITE_SUBSCRIPTIONS="https://subscriptions-staging.mutinywallet.com"
|
||||||
|
VITE_STORAGE="https://storage-staging.mutinywallet.com/v2"
|
||||||
|
VITE_FEEDBACK="https://feedback-staging.mutinywallet.com"
|
||||||
|
VITE_SCORER="https://scorer-staging.mutinywallet.com"
|
||||||
|
VITE_PRIMAL="https://primal-cache.mutinywallet.com/api"
|
||||||
Reference in New Issue
Block a user