Skip to content

Commit

Permalink
Merge pull request #67 from nevermined-io/fix/artifacts-download
Browse files Browse the repository at this point in the history
fix: download artifacts for arbitrum-one
  • Loading branch information
r-marques authored Oct 19, 2023
2 parents 20978ca + 83af801 commit 2323004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: nevermined-io/nvm-tools-actions@v0.13.0
- uses: nevermined-io/nvm-tools-actions@v0.15.0
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
contracts-version: "v3.2.2"
Expand Down
2 changes: 1 addition & 1 deletion scripts/download-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ NETWORKS_MAP=(
["goerli"]="5"
["arbitrum-goerli"]="421613"
["gnosis"]="100"
["arbitrum"]="42161"
["arbitrum-one"]="42161"
)

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

0 comments on commit 2323004

Please sign in to comment.