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 2b3a7dc commit dbcaff4Copy full SHA for dbcaff4
docs/0_internal/whitelist.md
@@ -19,7 +19,7 @@ make operator_whitelist OPERATOR_ADDRESS=<operator_address>
19
20
To add a list of Operators:
21
```
22
-export contracts/scripts/.env
+source contracts/scripts/.env
23
contracts/scripts/operator_whitelist.sh <operator_address_1> <operator_address_2> ... <operator_address_n>
24
25
@@ -34,7 +34,7 @@ make operator_remove_from_whitelist OPERATOR_ADDRESS=<operator_address>
34
35
To remove a list of Operators:
36
37
38
contracts/scripts/operator_remove_from_whitelist.sh <operator_address_1> <operator_address_2> ... <operator_address_n>
39
40
0 commit comments