From 872483565d42c48a28299795d50106b07c3bc641 Mon Sep 17 00:00:00 2001 From: bigq Date: Wed, 12 Jul 2023 16:28:12 +0200 Subject: [PATCH] feat: add usage for setup-fork script --- script/bash/setup-fork.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/script/bash/setup-fork.sh b/script/bash/setup-fork.sh index 56c954c..54e00e8 100755 --- a/script/bash/setup-fork.sh +++ b/script/bash/setup-fork.sh @@ -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"