Skip to content

Commit 5fc36ba

Browse files
committed
chore: added goerli network
1 parent 880d5ed commit 5fc36ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

contracts/scripts/generateDeploymentArtifact.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ mainnet)
4040
url="https://api.etherscan.io"
4141
apiKey="$ETHERSCAN_API_KEY"
4242
;;
43+
goerli)
44+
url="https://api-goerli.etherscan.io"
45+
apiKey="$ETHERSCAN_API_KEY"
46+
;;
4347
*)
4448
echo "error: unknown network $network"
4549
exit 1

0 commit comments

Comments
 (0)