diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..1ea9911 --- /dev/null +++ b/.env.example @@ -0,0 +1,14 @@ +# 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/" +VITE_SELFHOSTED="true" \ No newline at end of file