Skip to content

Commit

Permalink
refactor omni-bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailai-Wang committed Jan 7, 2025
1 parent c107667 commit da5ab6b
Show file tree
Hide file tree
Showing 6 changed files with 484 additions and 428 deletions.
1 change: 1 addition & 0 deletions parachain/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions parachain/pallets/omni-bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ scale-info = { workspace = true }
frame-support = { workspace = true }
frame-system = { workspace = true }
sp-core = { workspace = true }
sp-io = { workspace = true }
sp-runtime = { workspace = true }
sp-std = { workspace = true }

Expand All @@ -23,6 +24,7 @@ frame-system = { workspace = true, features = ["std"] }
pallet-assets = { workspace = true, features = ["std"] }
pallet-balances = { workspace = true, features = ["std"] }
pallet-timestamp = { workspace = true, features = ["std"] }
hex = { workspace = true }

[features]
default = ["std"]
Expand All @@ -35,6 +37,7 @@ std = [
"parity-scale-codec/std",
"scale-info/std",
"sp-core/std",
"sp-io/std",
"sp-std/std",
"sp-runtime/std",
"frame-support/std",
Expand Down
Loading

0 comments on commit da5ab6b

Please sign in to comment.