Skip to content

Commit

Permalink
feat: use soldeer for dependencies (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA authored Nov 19, 2024
1 parent 50c15cc commit 77b7a58
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion contracts/lib/tnt-core
Submodule tnt-core deleted from 2b58fb
6 changes: 6 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@ broadcast = "contracts/broadcast"
libs = ["contracts/lib"]
auto_detect_remappings = true

[soldeer]
recursive_deps = true

[dependencies]
tnt-core = { version = "0.1.0", git = "https://github.com/tangle-network/tnt-core.git", branch = "main" }

# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
5 changes: 5 additions & 0 deletions soldeer.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[[dependencies]]
name = "tnt-core"
version = "0.1.0"
source = "https://github.com/tangle-network/tnt-core.git"
checksum = "07f3925e3d2197dd78a73104255ec896a6a074ca"

0 comments on commit 77b7a58

Please sign in to comment.