mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-28 19:34:26 +01:00
11 lines
235 B
Bash
11 lines
235 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" |