AcalaNetwork / chopsticks

Create parallel reality of your Substrate network.
Apache License 2.0
133 stars 80 forks source link

Getting "slot number mismatch" error when calling any extrinsic in rococo asset hub #683

Closed sebastianmontero closed 6 months ago

sebastianmontero commented 6 months ago

Hi, I was trying to test a reserve asset transfer from rococo asset hub to a parachain, but chopsticks crashes with the following error:

image

I then realised that it happens when calling any extrinsic on asset hub, why might this be? I have no issues calling extrinsics on the parachain.

The command I'm using is: xcm -r ../chopsticks-hashed/rococo.yml -p ../chopsticks-hashed/md5.yml -p ../chopsticks-hashed/rococo-asset-hub.yml

The files I'm using are:

Thanks

xlc commented 6 months ago

what version are you using? can you try latest one as https://github.com/AcalaNetwork/chopsticks/pull/677 may fix your problem

sebastianmontero commented 6 months ago

Thanks @xlc! That worked!