galacticcouncil / galacticcouncil/Basilisk-node
Bug: XCM transfer from Battery Station (2101) to Basilisk (2090) fails with `XcmError: AssetNotFound`
- Dominant language
- Rust
- Stars
- 73
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
XCM transfer from Battery Station to Basilisk fails.
### Description
https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fbasilisk-rococo-rpc.play.hydration.cloud#/explorer/query/0x65eadbbffa2cce55af9c6940c5e795f46eab3031e58930f13486a1eca4a67360
### Expected Behavior
XCM transfer should not fail and tokens balance for Battery Station / Zeitgeist asset id `12` should increase.
### Actual Behavior
XCM transfer fails with `StagingXcmV3TraitsError` `AssetNotFound`.
### Possible Fix
Update the asset registry for xcm transfers to allow parachain id 2101 for Basilisk.
### Steps to Reproduce
1. Fund your battery station account via the #testnet-faucet Zeitgeist discord channel like this `!drip 50000`
2. Use the following XCM transfer on the Battery Station of Zeitgeist: `0x7e000400e8764817000000000000000000000003010200a9200100d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d00`
### Context
I added an integration test to our system and realised that the basilisk parachain was incapable to successfully process the XCM transfer from Battery Station.
### Your Environment
* Toolchain versions:
* Version used:
* System type:
* Operating System and version:
* System specs:
Contributor guide
Assessment
This issue has not been assessed yet.