Skip to content

Commit

Permalink
feat: support celo and optimism networks
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizgar91 committed Apr 1, 2024
1 parent 2323004 commit 5107a09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/download-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ NETWORKS_MAP=(
["arbitrum-goerli"]="421613"
["gnosis"]="100"
["arbitrum-one"]="42161"
["base"]="8453"
["optimism"]="10"
)

SCRIPT_DIR=$(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)
Expand Down
3 changes: 3 additions & 0 deletions scripts/update-network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ declare -A SCAN_URLS=( \
["gnosis"]=https://api.gnosisscan.io/api \
["arbitrum-goerli"]=https://api-goerli.arbiscan.io/api \
["arbitrum-one"]=https://api.arbiscan.io/api \
["celo"]=https://api.celoscan.io/api \
["base"]=https://api.basescan.io/api \
["optimisim"]=https://api-optimistic.etherscan.io/api \
)


Expand Down

0 comments on commit 5107a09

Please sign in to comment.