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

Fix submodules #6

Merged
merged 8 commits into from
Apr 8, 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
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ docs/

# Dotenv file
.env

.DS_Store
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
[submodule "lib/solidity-examples"]
path = lib/solidity-examples
url = https://github.com/LayerZero-Labs/solidity-examples
[submodule "lib/ens-contracts"]
path = lib/ens-contracts
url = https://github.com/ensdomains/ens-contracts.git
1 change: 1 addition & 0 deletions lib/ens-contracts
Submodule ens-contracts added at 545a01
6 changes: 0 additions & 6 deletions lib/ens-contracts/.env.org

This file was deleted.

21 changes: 0 additions & 21 deletions lib/ens-contracts/.eslintrc.js

This file was deleted.

41 changes: 0 additions & 41 deletions lib/ens-contracts/.github/workflows/main.yml

This file was deleted.

10 changes: 0 additions & 10 deletions lib/ens-contracts/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions lib/ens-contracts/.husky/pre-commit

This file was deleted.

5 changes: 0 additions & 5 deletions lib/ens-contracts/.npmignore

This file was deleted.

1 change: 0 additions & 1 deletion lib/ens-contracts/.nvmrc

This file was deleted.

12 changes: 0 additions & 12 deletions lib/ens-contracts/.prettierignore

This file was deleted.

22 changes: 0 additions & 22 deletions lib/ens-contracts/.prettierrc.json

This file was deleted.

8 changes: 0 additions & 8 deletions lib/ens-contracts/.solhint.json

This file was deleted.

9 changes: 0 additions & 9 deletions lib/ens-contracts/.soliumrc.json

This file was deleted.

3 changes: 0 additions & 3 deletions lib/ens-contracts/.vscode/settings.json

This file was deleted.

7 changes: 0 additions & 7 deletions lib/ens-contracts/LICENSE.txt

This file was deleted.

213 changes: 0 additions & 213 deletions lib/ens-contracts/README.md

This file was deleted.

Loading