mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-17 06:14:21 +01:00
17 lines
653 B
Plaintext
17 lines
653 B
Plaintext
# Mainnet
|
|
|
|
VITE_NETWORK="bitcoin"
|
|
VITE_PROXY="wss://p.mutinywallet.com"
|
|
VITE_ESPLORA="https://mutiny.mempool.space/api"
|
|
VITE_LSP="https://0conf.lnolymp.us"
|
|
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"
|
|
VITE_BLIND_AUTH="https://blind-auth.mutinywallet.com"
|
|
VITE_HERMES="https://mutiny.plus"
|