From 437adf7e73bf51e5b3f0661e394f37fd4345ca06 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Fri, 12 Apr 2024 16:53:39 -0500 Subject: [PATCH] just commands for switching network --- justfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/justfile b/justfile index 70615194..efb2462f 100644 --- a/justfile +++ b/justfile @@ -20,3 +20,9 @@ test: test-ui: pnpm exec playwright test --ui + +mainnet: + cp .env.mainnet .env.local + +signet: + cp .env.signet .env.local