mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-26 18:34:26 +01:00
14 lines
330 B
Bash
14 lines
330 B
Bash
# LOCALHOST REGTEST
|
|
|
|
# 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_LSP="https://signet-lsp.mutinywallet.com"
|
|
VITE_RGS="https://rgs.mutinynet.com/snapshot/"
|