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 3c1a8da commit 9e1ce42Copy full SHA for 9e1ce42
justfile
@@ -11,9 +11,10 @@ add-chain:
11
# Promote a standard candidate chain to a standard chain, example: just promote-to-standard 10
12
promote-to-standard CHAIN:
13
go run ./add-chain promote-to-standard --chain-id={{CHAIN}}
14
+ just codegen
15
16
# Generate auto-generated files
-codegen:
17
+codegen: clean-add-chain
18
go run superchain/internal/codegen/main.go
19
node ./scripts/codegen.js
20
@@ -70,3 +71,4 @@ remove-chain SUPERCHAIN_TARGET CHAIN:
70
71
rm superchain/extra/addresses/{{SUPERCHAIN_TARGET}}/{{CHAIN}}.json
72
rm superchain/extra/genesis-system-configs/{{SUPERCHAIN_TARGET}}/{{CHAIN}}.json
73
rm superchain/extra/genesis/{{SUPERCHAIN_TARGET}}/{{CHAIN}}.json.gz
74
0 commit comments