Skip to content

Commit

Permalink
refactor: evm folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
redlarva committed Oct 11, 2023
1 parent b529488 commit 4acea42
Show file tree
Hide file tree
Showing 36 changed files with 2,094 additions and 85 deletions.
9 changes: 3 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
[submodule "contracts/evm/xcall/lib/forge-std"]
path = contracts/evm/xcall/lib/forge-std
path = contracts/evm/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "contracts/evm/xcall/lib/openzeppelin-contracts-upgradeable"]
path = contracts/evm/xcall/lib/openzeppelin-contracts-upgradeable
path = contracts/evm/lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
[submodule "contracts/evm/xcall/lib/openzeppelin-contracts"]
path = contracts/evm/xcall/lib/openzeppelin-contracts
path = contracts/evm/lib/openzeppelin-contracts
url = https://github.com/Openzeppelin/openzeppelin-contracts
[submodule "contracts/evm/newTestForge/lib/forge-std"]
path = contracts/evm/newTestForge/lib/forge-std
url = https://github.com/foundry-rs/forge-std
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 4acea42

Please sign in to comment.