Skip to content

Commit efbfc56

Browse files
committed
Merge branch 'main' of https://github.com/PureStake/xcm-tools into main
2 parents 9538bed + 2861e90 commit efbfc56

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

HISTORY.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,26 @@ Add KINT to the asset pallet from parachain 2092. Also add the precompile to acc
6161

6262
```
6363
yarn register-asset -w wss://wss.moonriver.moonbeam.network/ --asset '{ "parents": 1, "interior": {"X2": [ { "Parachain": 2092 }, { "GeneralKey": "0x000b" }]}}' --name "Kintsugi Wrapped BTC" --sym "xcKBTC" -d 8 --ed 1 --sufficient true --account-priv-key "<council_member_priv_key>" --send-preimage-hash true --send-proposal-as council-external -c 3 --revert-code true
64+
```
65+
66+
## 2022-03-03 \[Moonriver-1300\] Open HRMP channel request to Acala
67+
68+
Send a XCM message to the relay to make an open channel request to Karura.
69+
```
70+
yarn hrmp-manipulator --parachain-ws-provider wss://wss.moonriver.moonbeam.network --relay-ws-provider wss://kusama-rpc.polkadot.io --hrmp-action open --max-capacity 1000 --max-message-size 102400 --target-para-id 2000 --account-priv-key "<council_member_priv_key>" --send-preimage-hash true --send-proposal-as council-external -c 3
71+
```
72+
73+
## 2022-03-03 \[Moonriver-1300\] Accept HRMP channel from Acala
74+
Send a XCM message to the relay to accept channel from Karura.
75+
76+
```
77+
yarn hrmp-manipulator --parachain-ws-provider wss://wss.moonriver.moonbeam.network --relay-ws-provider wss://kusama-rpc.polkadot.io --hrmp-action accept --target-para-id 2000 --account-priv-key "<council_member_priv_key>" --send-preimage-hash true --send-proposal-as council-external -c 3
78+
```
79+
80+
## 2022-03-03 \[Moonriver-1300\] Adding KAR Asset from Acala
81+
82+
Add KAR to the asset pallet from parachain 2000. Also add the precompile to access it through EVM.
83+
84+
```
85+
yarn register-asset -w wss://wss.moonriver.moonbeam.network/ --asset '{ "parents": 1, "interior": {"X2": [ { "Parachain": 2000 }, { "GeneralKey": "0x0080" }]}}' -u 12350000000000 --name "Karura" --sym "xcKAR" -d 12 --ed 1 --sufficient true --account-priv-key "<council_member_priv_key>" --send-preimage-hash true --send-proposal-as council-external -c 3 --revert-code true
6486
```

0 commit comments

Comments
 (0)