Use staging in default env

This commit is contained in:
Paul Miller
2023-04-10 17:33:19 -05:00
parent 2face6a2b7
commit 7d98ed97df

12
.env
View File

@@ -1,11 +1,11 @@
# LOCALHOST REGTEST
VITE_NETWORK="regtest"
VITE_PROXY="wss://p.mutinywallet.com"
VITE_ESPLORA="http://localhost:3003"
# VITE_NETWORK="regtest"
# VITE_PROXY="wss://p.mutinywallet.com"
# VITE_ESPLORA="http://localhost:3003"
#SIGNET
# VITE_NETWORK="signet"
# VITE_PROXY="wss://p.mutinywallet.com"
# VITE_ESPLORA="https://mutinynet.com/api"
VITE_NETWORK="signet"
VITE_PROXY="wss://p.mutinywallet.com"
VITE_ESPLORA="https://mutinynet.com/api"