Skip to content

Commit a8fab1f

Browse files
authored
adapters/sovereign: nest sovereign adapter (#46)
Moves sugondat-da-adapter under adapters/sovereign. In anticipation of adding more adapters
1 parent bdb7c43 commit a8fab1f

File tree

18 files changed

+6
-6
lines changed

18 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = [
55
"sugondat-chain/pallets/*",
66
"sugondat-chain/runtime",
77
"sugondat-chain/primitives",
8-
"sugondat-da-adapter",
8+
"adapters/sovereign",
99
"sugondat-nmt",
1010
"sugondat-shim",
1111
"sugondat-shim/common/sovereign",
File renamed without changes.

sugondat-da-adapter/Cargo.toml renamed to adapters/sovereign/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ borsh = { version = "0.10.3", features = ["bytes"] }
2020
bytes = { version = "1", features = ["serde"] }
2121

2222
sha2 = { version = "0.10.6", default-features = false }
23-
sugondat-nmt = { path = "../sugondat-nmt", default-features = false }
23+
sugondat-nmt = { path = "../../sugondat-nmt", default-features = false }
2424
jsonrpsee = { version = "0.20.3", optional = true, features = ["ws-client"] }
2525
tokio = { version = "1", optional = true }
26-
sugondat-shim-common-sovereign = { path = "../sugondat-shim/common/sovereign", optional = true, default-features = false, features = [
26+
sugondat-shim-common-sovereign = { path = "../../sugondat-shim/common/sovereign", optional = true, default-features = false, features = [
2727
"client",
2828
] }
2929
anyhow = "1.0.68"
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)