Skip to content

Commit 08b14aa

Browse files
committed
docs: clarify Defender Deploy Environment API keys
1 parent 2c9947e commit 08b14aa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/modules/ROOT/pages/defender-deploy.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ module.exports = {
1717
}
1818
----
1919

20+
NOTE: The API Key and Secret referenced above are specifically for the Production or Test Deploy Environment that you configured in Defender. You can obtain these from the Deploy module in Defender when setting up your environment. For more information, see https://docs.openzeppelin.com/defender/tutorial/deploy#environment_setup.
21+
2022
[[network-selection]]
2123
== Network Selection
2224

docs/modules/ROOT/pages/foundry/pages/foundry-defender.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,16 @@ extra_output = ["storageLayout"]
2626
NOTE: Metadata must also be included in the compiler output, which it is by default.
2727

2828
[start=3]
29-
3. Set the following environment variables in your `.env` file at your project root, using your Team API key and secret from OpenZeppelin Defender:
29+
3. Set the following environment variables in your `.env` file at your project root, using your Team API key and secret from the OpenZeppelin Defender Deploy Environment (either Production or Test) that you configured:
3030

3131
[source]
3232
----
3333
DEFENDER_KEY=<Your API key>
3434
DEFENDER_SECRET=<Your API secret>
3535
----
3636

37+
NOTE: These API keys are specifically for the Deploy Environment (Production or Test) that you configured in Defender. You can obtain these keys from the Deploy module in Defender during the environment setup process. For more information, see https://docs.openzeppelin.com/defender/tutorial/deploy#environment_setup.
38+
3739
== Network Selection
3840

3941
The network that is used with OpenZeppelin Defender is determined by the network that Foundry is connected to.

0 commit comments

Comments
 (0)