Skip to content
Open
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "tips/ref-impls/lib/tempo-std"]
path = tips/ref-impls/lib/tempo-std
url = https://github.com/tempoxyz/tempo-std
[submodule "tips/ref-impls/lib/solady"]
path = tips/ref-impls/lib/solady
url = https://github.com/Vectorized/solady
3 changes: 3 additions & 0 deletions tips/ref-impls/foundry.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"lib/forge-std": {
"rev": "f61e4dd133379a4536a54ee57a808c9c00019b60"
},
"lib/solady": {
"rev": "90db92ce173856605d24a554969f2c67cadbc7e9"
},
"lib/tempo-std": {
"branch": {
"name": "master",
Expand Down
3 changes: 2 additions & 1 deletion tips/ref-impls/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ fs_permissions = [{ access = "read-write", path = "./"}]
via_ir = true
remappings = [
"tempo-std/=lib/tempo-std/src/",
"forge-std/=lib/forge-std/src/"
"forge-std/=lib/forge-std/src/",
"solady/=lib/solady/src/"
]

[profile.ci]
Expand Down
1 change: 1 addition & 0 deletions tips/ref-impls/lib/solady
Submodule solady added at 90db92
Loading
Loading