You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Automatic Address Checks have failed. The following contracts have changed:" > issue_body.md
53
-
jq -r '.addressChecks.failedChecks[]' scripts/fetchedAddressData.json | while read CHECK; do
54
-
echo "- $CHECK" >> issue_body.md
55
-
done
56
-
echo "The addresses shown above should be the updated, correct addresses. Please review and change the values in \`src/ethereum/constants.ts\`." >> issue_body.md
0 commit comments