Skip to content

Commit

Permalink
chore: cardona deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Apr 26, 2024
1 parent 71f310a commit 98df444
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 1 deletion.
76 changes: 76 additions & 0 deletions deployments/2442/latest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion script/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if [ "$contract_name" = "rln" ]; then

if [ "$chain_id" = "11155111" ]; then
chain_name="sepolia"
elif [ "$chain_id" = "1442" ]; then
elif [ "$chain_id" = "2442" ]; then
chain_name="polygon-zkevm-testnet"
else
echo "Invalid chain id, try again with sepolia/polygon-zkevm-testnet"
Expand Down

0 comments on commit 98df444

Please sign in to comment.