Skip to content

Commit

Permalink
just commands for switching network
Browse files Browse the repository at this point in the history
  • Loading branch information
futurepaul authored and benthecarman committed Apr 13, 2024
1 parent 903ff60 commit b6e8b47
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ test:

test-ui:
pnpm exec playwright test --ui

mainnet:
cp .env.mainnet .env.local

signet:
cp .env.signet .env.local

0 comments on commit b6e8b47

Please sign in to comment.