Skip to content

Commit

Permalink
fix: script
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizgar91 committed Jul 8, 2024
1 parent 2daae61 commit 798e704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fi

REPO_URL=https://artifacts.nevermined.network
declare -A NETWORKS_MAP
NETWORKS_MAP=( ["mainnet"]="1" ["rinkeby"]="4" ["kovan"]="42" ["matic"]="137" ["celo-alfajores"]="44787" ["celo"]="42220" ["arbitrum-one"]="42161" ["arbitru-sepolia"]="421614" ["aurora"]="1313161554" ["aurora-testnet"]="1313161555" )
NETWORKS_MAP=( ["mainnet"]="1" ["rinkeby"]="4" ["kovan"]="42" ["matic"]="137" ["celo-alfajores"]="44787" ["celo"]="42220" ["arbitrum-one"]="42161" ["arbitrum-sepolia"]="421614" ["aurora"]="1313161554" ["aurora-testnet"]="1313161555" )

SCRIPT_DIR=$(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)
UNPACK_DIR="$SCRIPT_DIR/../static/contracts"
Expand Down

0 comments on commit 798e704

Please sign in to comment.