Skip to content

Commit

Permalink
improve: modification
Browse files Browse the repository at this point in the history
  • Loading branch information
james-a-morris authored Sep 11, 2023
1 parent 199ed76 commit 796c5a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/testTargetChainRoutes.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/bin/bash

##############################################
############ SCRIPT Definitions ##############
############ SCRIPT DEFINITIONS ##############
##############################################

# This script is used to test the target chain routes for a given chain ID.
# It does this by first making an HTTP request to the /api/available-routes endpoint
# as both the origin and destination chain. It then iterates over the response and
# calls the yarn deposit command for each route.
# calls the yarn deposit command for each route.
#
# In doing so, this script will test the following:
# - The target chain ID is valid
Expand All @@ -24,7 +24,7 @@
# - The second argument is the base domain to make the HTTP request to
# - The third argument is the amount of tokens to transmit
#
# Example usage: ./testTargetChainRoutes.sh my-chain-id example.com
# Example usage: ./testTargetChainRoutes.sh my-chain-id example.com 10

##############################################
########### CUSTOM FUNCTIONS #################
Expand Down

0 comments on commit 796c5a2

Please sign in to comment.