You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: script/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ It should contain the following environment variables:
21
21
-`SAFE_KEY` (the private key which will be used to sign Safe transactions; this is optional if you don't send transactions via Safe or provide a different option to derive the Safe signer key, i.e. `--ledger` or `--account ACC_NAME`)
22
22
-`SAFE_ADDRESS` (the Safe address which will be used to send transactions via Safe; this is optional if you don't send transactions via Safe. you can use the `--safe-address` option in the command instead. you may also provide the key from the `MultisigAddresses.json` file instead of providing the address)
23
23
-`SAFE_NONCE` (the Safe nonce which will be used to send transactions via Safe; this is optional and if not provided, the script will try to retrieve it from the Safe). you can use the `--safe-nonce` option in the command as well
24
+
-`SAFE_API_KEY` (the Safe API key that can be generated by signing up here: https://developer.safe.global/; if not provided, the Safe API may not be functional)
24
25
-`VERIFIER_URL` (url of the contract verifier, i.e. https://api.polygonscan.com/api; this is optional and only needed for contracts verification)
25
26
-`VERIFIER_API_KEY` (verifier api key; this is optional and only needed for contracts verification)
26
27
-`TENDERLY_ACCESS_KEY` (tenderly access key; this is optional and only used for advanced use cases)
0 commit comments