Skip to content

Commit

Permalink
Remove all the remappings and git submodules except the standard forg…
Browse files Browse the repository at this point in the history
…e-std, forge should load them from npm instead
  • Loading branch information
edmundedgar committed Feb 24, 2024
1 parent bd10238 commit 3ee59a5
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 16 deletions.
9 changes: 0 additions & 9 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "lib/openzeppelin-contracts-upgradeable"]
path = lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
[submodule "lib/zkevm-contracts"]
path = lib/zkevm-contracts
url = https://github.com/RealityETH/zkevm-contracts
1 change: 0 additions & 1 deletion lib/openzeppelin-contracts
Submodule openzeppelin-contracts deleted from d00ace
1 change: 0 additions & 1 deletion lib/openzeppelin-contracts-upgradeable
Submodule openzeppelin-contracts-upgradeable deleted from bc9552
1 change: 0 additions & 1 deletion lib/zkevm-contracts
Submodule zkevm-contracts deleted from c16973
5 changes: 1 addition & 4 deletions remappings.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
ds-test/=lib/forge-std/lib/ds-test/src/
forge-std/=lib/forge-std/src/
@openzeppelin/contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts/
@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/
@RealityETH/zkevm-contracts/=lib/zkevm-contracts/
forge-std/=lib/forge-std/src/

0 comments on commit 3ee59a5

Please sign in to comment.