Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor submodules #29

Merged
merged 2 commits into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
[submodule "lib/prb-math"]
path = lib/prb-math
url = https://github.com/PaulRBerg/prb-math
[submodule "lib/nomad-xyz/excessively-safe-call"]
path = lib/nomad-xyz/excessively-safe-call
url = https://github.com/nomad-xyz/ExcessivelySafeCall
[submodule "lib/openzeppelin-contracts-upgradeable"]
path = lib/openzeppelin-contracts-upgradeable
url = https://github.com/openzeppelin/openzeppelin-contracts-upgradeable
Expand All @@ -22,3 +19,6 @@
[submodule "lib/thirdweb-contracts"]
path = lib/thirdweb-contracts
url = https://github.com/thirdweb-dev/contracts
[submodule "lib/contracts"]
path = lib/contracts
url = https://github.com/thirdweb-dev/contracts
1 change: 1 addition & 0 deletions lib/contracts
Submodule contracts added at 5c96c2
26 changes: 0 additions & 26 deletions lib/nomad-xyz/excessively-safe-call/.github/workflows/test.yml

This file was deleted.

2 changes: 0 additions & 2 deletions lib/nomad-xyz/excessively-safe-call/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions lib/nomad-xyz/excessively-safe-call/.gitmodules

This file was deleted.

7 changes: 0 additions & 7 deletions lib/nomad-xyz/excessively-safe-call/CHANGELOG.md

This file was deleted.

110 changes: 0 additions & 110 deletions lib/nomad-xyz/excessively-safe-call/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions lib/nomad-xyz/excessively-safe-call/foundry.toml

This file was deleted.

3 changes: 0 additions & 3 deletions lib/nomad-xyz/excessively-safe-call/lib/ds-test/.gitignore

This file was deleted.

Loading
Loading