Skip to content

Commit

Permalink
chore: switch back the upstream xcm-simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
sander2 committed Oct 17, 2022
1 parent 5780226 commit 5fb59f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

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

4 changes: 1 addition & 3 deletions parachain/runtime/runtime-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "releas
xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.29", default-features = false }
xcm-simulator = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.29", default-features = false }
pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.29", default-features = false }
xcm-emulator = { git = "https://github.com/interlay/xcm-simulator", rev = "e4864b9ebfe09fc9aa3919ee72a35c2aa364d7a6" }
# the one below is the correct repo - once https://github.com/shaunxw/xcm-simulator/pull/38 is merged we can switch back to the repo below
# xcm-emulator = { git = "https://github.com/shaunxw/xcm-simulator", rev = "4fdf2d7580c0faef747646dc014728e0da85f316" }
xcm-emulator = { git = "https://github.com/shaunxw/xcm-simulator", rev = "0460d04c798028e7bef82c907082e11753ed173b" }

# Parachain dependencies
btc-relay = { path = "../../../crates/btc-relay", default-features = false }
Expand Down

0 comments on commit 5fb59f6

Please sign in to comment.