Skip to content

Commit d3d1a69

Browse files
committed
chore: update readme regarding now-mandatory parameter
1 parent 14c8f9f commit d3d1a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ The following parameters can be set:
143143
```sh
144144
export ETH_RPC_URL='https://rpc.url.example.com'
145145
export NEW_OWNER=0x1111111111111111111111111111111111111111
146-
export NEW_MANAGER=0x2222222222222222222222222222222222222222 # optional parameter, the manager does not change if this variable is unset
146+
export NEW_MANAGER=0x2222222222222222222222222222222222222222
147147
```
148148

149149
To test run the script from a specific owner (sender):

0 commit comments

Comments
 (0)