File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,20 @@ just create-config <shortname> <path to your state file>
4646
4747Where ` shortname ` is your chain's name (e.g. ` op ` ) and the path to the state file points to the ` state.json ` file generated by ` op-deployer ` .
4848
49+ > If using custom contracts, ` op-deployer ` version needs to be specified as the third CLI argument to the ` just ` command above:
50+ > ```
51+ > just create-config <shortname> <path to your state file> <op deployer version>
52+ > ```
53+ >
54+ > Currently supported values for the version are:
55+ >
56+ > - `op-deployer/v0.0.14`
57+ > - `op-deployer/v0.0.14`
58+ > - `op-deployer/v0.0.14`
59+ > - `op-deployer/v0.2.3`
60+ > - `op-deployer/v0.3.2`
61+ > - `op-deployer/v0.4.0-rc.3`
62+
4963This will put two files in the `.staging` directory - `<shortname>.toml` and `<shortname>.json.zst`
5064
5165### 4. Update generated config
You can’t perform that action at this time.
0 commit comments