Skip to content

Commit f843e81

Browse files
chore: A bit of docs
1 parent 1c1af23 commit f843e81

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/ops.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,20 @@ just create-config <shortname> <path to your state file>
4646

4747
Where `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+
4963
This will put two files in the `.staging` directory - `<shortname>.toml` and `<shortname>.json.zst`
5064
5165
### 4. Update generated config

0 commit comments

Comments
 (0)