Skip to content

Commit

Permalink
change how we ensure sibling
Browse files Browse the repository at this point in the history
  • Loading branch information
TarekkMA committed Jan 24, 2025
1 parent ac7ada3 commit a7a6df0
Show file tree
Hide file tree
Showing 16 changed files with 234 additions and 195 deletions.
142 changes: 142 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ xcm = { package = "staging-xcm", git = "https://github.com/moonbeam-foundation/p
xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false }
xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false }
xcm-runtime-apis = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false }
snowbridge-core = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false }

# Polkadot / XCM (client)
#kusama-runtime = { package = "staging-kusama-runtime", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409" }
Expand Down
4 changes: 3 additions & 1 deletion pallets/moonbeam-foreign-assets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ pallet-evm = { workspace = true, features = ["forbid-evm-reentrancy"] }
# Polkadot
xcm = { workspace = true }
xcm-executor = { workspace = true }
snowbridge-core = { workspace = true }

# Benchmarks
frame-benchmarking = { workspace = true, optional = true }
Expand Down Expand Up @@ -55,7 +56,8 @@ std = [
"sp-runtime/std",
"sp-std/std",
"xcm/std",
"xcm-executor/std"
"xcm-executor/std",
"snowbridge-core/std"
]

runtime-benchmarks = [ "frame-benchmarking"]
Expand Down
Loading

0 comments on commit a7a6df0

Please sign in to comment.