just commands for switching network

This commit is contained in:
Paul Miller
2024-04-12 16:53:39 -05:00
committed by benthecarman
parent e137e5eccd
commit 437adf7e73

View File

@@ -20,3 +20,9 @@ test:
test-ui:
pnpm exec playwright test --ui
mainnet:
cp .env.mainnet .env.local
signet:
cp .env.signet .env.local