Skip to content

Commit be85fb1

Browse files
refactor: move ics23_commitment to a new package (#113)
Resolves #105 This PR moves the `ics23_commitment` folder out as a separate package, so that other projects can import it as dependency. cc @gregdhill
1 parent 81bbf7a commit be85fb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ babylon-bitcoin = { path = "./packages/bitcoin" }
2828
babylon-btcstaking = { path = "./packages/btcstaking" }
2929
babylon-contract = { path = "./contracts/babylon" }
3030
eots = { path = "./packages/eots" }
31+
ics23-commitment = { path = "./packages/ics23_commitment" }
3132
anyhow = "1.0.82"
3233
bech32 = "0.9.1"
3334
bitcoin = "0.31.1"

0 commit comments

Comments
 (0)