Skip to content

Commit cfd861b

Browse files
authored
Move link to Defender integration doc (#109)
1 parent 78048eb commit cfd861b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/modules/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/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)