We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6753b4 commit b0b0cc4Copy full SHA for b0b0cc4
.circleci/config.yml
@@ -193,6 +193,9 @@ jobs:
193
echo "go run ./cmd/codegen \\"
194
echo " --l1-rpc-urls=\"<urls>\" \\"
195
echo " --superchains=\"$SUPERCHAINS\""
196
+ echo ""
197
+ echo "These are the expected changes:"
198
+ git diff
199
exit 1
200
else
201
echo "\n✅ All codegen files are up to date"
.gitignore
@@ -10,6 +10,9 @@ superchain/**/testchain*
10
/broadcast/*/31337/
11
/broadcast/**/dry-run/
12
13
+# State files
14
+/*-state.json
15
+
16
# vim
17
*.sw*m
18
0 commit comments