Skip to content

Commit

Permalink
Add Gateway.sol (#2)
Browse files Browse the repository at this point in the history
* Add Gateway

* clean lib for proper gitmodule

* forge install: forge-std

v1.5.3

* cleanup & fix logic - almost there
  • Loading branch information
0xc0de4c0ffee authored and sshmatrix committed May 27, 2023
1 parent 34e3556 commit aafbefd
Show file tree
Hide file tree
Showing 55 changed files with 11,845 additions and 23,090 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ cache/
.DS_store
broadcast/*/*/*
!broadcast/*/*/run-latest.json

scratch/
out/*/*
!out/Resolver.sol/Resolver.json
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
branch = v1.5.3
1 change: 1 addition & 0 deletions lib/forge-std
Submodule forge-std added at fc560f
89 changes: 0 additions & 89 deletions lib/forge-std/.github/workflows/ci.yml

This file was deleted.

4 changes: 0 additions & 4 deletions lib/forge-std/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions lib/forge-std/.gitmodules

This file was deleted.

203 changes: 0 additions & 203 deletions lib/forge-std/LICENSE-APACHE

This file was deleted.

25 changes: 0 additions & 25 deletions lib/forge-std/LICENSE-MIT

This file was deleted.

Loading

0 comments on commit aafbefd

Please sign in to comment.