Skip to content

Commit

Permalink
Merge pull request #241 from RealityETH/prRemoveSubmodules
Browse files Browse the repository at this point in the history
Remove submodules except for the forge standard libraries and rely on npm
  • Loading branch information
edmundedgar authored Feb 24, 2024
2 parents 4a8ce11 + d819f1d commit fcd2a19
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 16 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
with:
version: nightly

- run: npm install

- name: Run Forge build
run: |
forge --version
Expand Down
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 fcd2a19

Please sign in to comment.