Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basilisk Integration #51

Merged
merged 17 commits into from
May 28, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update readme with xcm transfer instructions
  • Loading branch information
clangenb committed May 22, 2024
commit 2ef896ec321d945e8843a5b91c56b5137793c503
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -53,13 +53,14 @@ Then we can send an arbitrary extrinsic to trigger the next block and observe th

### Test XCM stuff

Test Basilisk integration.
Test Basilisk integration. Note: the tx links will work only if the local setup with chopsticks is running.

1. Setup local network
with `npx @acala-network/chopsticks@latest xcm --p=chopsticks/bajun.yml --p=chopsticks/basilisk.yml`
2. Try create new asset on Basilisk (Note: xts broken on Kusama side
currently), [encoded xt](https://polkadot.js.org/apps/?rpc=ws%3A%2F%2Flocalhost%3A8001#/extrinsics/decode/0x0a020464001442414a554e0000e40b540200000000000000000000000113000000011442414a554e0c010102001d21060542414a554e00000000000000000000000000000000000000000000000000000000419c)
3. TBD: Transfer to Basilisk
2. Transfer from Bajun to Basilisk: Our token has token id 18 on basilisk, so you can send this
tx: [Transfer Bajun to Alice on Basilisk](https://polkadot.js.org/apps/?rpc=ws%3A%2F%2Flocalhost%3A8000#/extrinsics/decode/0x2300000010a5d4e8000000000000000000000003010200a9200100d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d00)
3. Transfer from Basilisk to
Bajun: [Transfer Bajun to Alice Stash on Bajun](https://polkadot.js.org/apps/?rpc=ws%3A%2F%2Flocalhost%3A8001#/extrinsics/decode/0x9a001200000000e87648170000000000000000000000030102001d210100be5ddb1579b72e84524fc29e78609e3caf42e85aa118ebfe0b0ad404b5bdd25f00)

### Test Governance execution