Skip to content

Commit

Permalink
feat: add usage for setup-fork script
Browse files Browse the repository at this point in the history
  • Loading branch information
yum0e committed Jul 12, 2023
1 parent 6fd110d commit 8724835
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions script/bash/setup-fork.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#! /bin/bash

# Usage
# in a first terminal, launch a fork with anvil: `anvil --fork-url https://rpc.ankr.com/polygon_mumbai`
# in a second terminal, setup the fork to your needs: `yarn setup-fork testnet-mumbai`

# Get chain name from command line arguments to get the config file
chain_name=$1
config_file="./deployments/tmp/${chain_name}.json"
Expand Down

0 comments on commit 8724835

Please sign in to comment.