Skip to content

Commit 98a8e7c

Browse files
[CI] Update Foundry Upgrades plugin docs (#1173)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f9692aa commit 98a8e7c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= OpenZeppelin Defender integration
1+
= OpenZeppelin Defender with Foundry
22

33
OpenZeppelin Foundry Upgrades can be used for performing deployments through https://docs.openzeppelin.com/defender/[OpenZeppelin Defender], which allows for features such as gas pricing estimation, resubmissions, and automated bytecode and source code verification.
44

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,10 @@ IMPORTANT: Include the `--sender <ADDRESS>` flag for the `forge script` command
272272

273273
NOTE: Include the `--verify` flag for the `forge script` command if you want to verify source code such as on Etherscan. This will verify your implementation contracts along with any proxy contracts as part of the deployment.
274274

275+
== Usage with Defender
276+
277+
If you are using OpenZeppelin Defender, see xref:foundry-defender.adoc[OpenZeppelin Defender with Foundry] for how to use it for deployments.
278+
275279
== API
276280

277281
See xref:api-foundry-upgrades.adoc[Foundry Upgrades API] for the full API documentation.

0 commit comments

Comments
 (0)