Skip to content

Commit

Permalink
Revert use of mainnet in dev
Browse files Browse the repository at this point in the history
This reverts commit b57495d.
  • Loading branch information
ericvicenti committed Nov 26, 2024
1 parent b57495d commit a46101a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def main():

testnet_var = "SEED_P2P_TESTNET_NAME"
if testnet_var not in os.environ:
os.environ[testnet_var] = ""
os.environ[testnet_var] = "dev"

os.environ["VITE_DESKTOP_APPDATA"] = "Seed.dev"
os.environ["VITE_LIGHTNING_API_URL"] = "https://ln.testnet.seed.hyper.media"
Expand Down

0 comments on commit a46101a

Please sign in to comment.