Skip to content

Commit

Permalink
use xcm emulator instead of xcm simulator from polkadot repo. (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
RustNinja authored Mar 31, 2023
1 parent aff6448 commit b02ecf3
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 769 deletions.
27 changes: 27 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 runtime/integration-tests/pendulum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch =
polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37" }
polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37" }

xcm-emulator = { git = "https://github.com/shaunxw/xcm-simulator", rev = "6847a58888e483f0ed2e0b72f90e00767ea0ecac" }

pendulum-runtime = { path = "../../pendulum"}
Loading

0 comments on commit b02ecf3

Please sign in to comment.