chore: cardona deployment

This commit is contained in:
rymnc 2024-04-26 11:51:34 +02:00
parent 71f310a501
commit 98df444e79
No known key found for this signature in database
GPG Key ID: AAA088D5C68ECD34
2 changed files with 77 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -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"