Skip to content

Commit 6c07565

Browse files
authored
Update docs for Foundry Upgrades to v0.4.0 (#1120)
1 parent 696e20f commit 6c07565

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,27 +59,25 @@ Follow the steps above, but instead of running `forge install OpenZeppelin/openz
5959
npm install @openzeppelin/foundry-upgrades
6060
----
6161

62-
Then add the following additional lines to `remappings.txt`, in addition to the ones described above:
62+
Then add the following additional line to `remappings.txt`, in addition to the ones described above:
6363
[source,console]
6464
----
6565
openzeppelin-foundry-upgrades/=node_modules/@openzeppelin/foundry-upgrades/src/
66-
solidity-stringutils/=node_modules/@openzeppelin/foundry-upgrades/lib/solidity-stringutils/
6766
----
6867

6968
==== Soldeer
7069

7170
Follow the steps above, but instead of running `forge install OpenZeppelin/openzeppelin-foundry-upgrades`, use one of the install commands described in https://soldeer.xyz/project/openzeppelin-foundry-upgrades
7271

73-
Then add the following additional lines to `remappings.txt`, in addition to the ones described above (replace `0.3.6` with the version of the plugin that you installed):
72+
Then add the following additional line to `remappings.txt`, in addition to the ones described above (replace `0.3.6` with the version of the plugin that you installed):
7473
[source,console]
7574
----
7675
openzeppelin-foundry-upgrades/=dependencies/openzeppelin-foundry-upgrades-0.3.6/src/
77-
solidity-stringutils/=dependencies/openzeppelin-foundry-upgrades-0.3.6/lib/solidity-stringutils/
7876
----
7977

8078
== Foundry Requirements
8179

82-
This library requires https://github.com/foundry-rs/forge-std[forge-std] version 1.8.0 or higher.
80+
This library requires https://github.com/foundry-rs/forge-std[forge-std] version 1.9.5 or higher.
8381

8482
== Before Running
8583

0 commit comments

Comments
 (0)