Skip to content

Commit

Permalink
comment on the sovereignaccount transfer reason
Browse files Browse the repository at this point in the history
  • Loading branch information
Freddy Li authored and Freddy Li committed Apr 15, 2024
1 parent 971a1ba commit ea96382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/xcm/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ async function main() {
// sovereignaccount of parachain 1013 on relaychain:
const sovereignAccount1013 = "5Ec4AhPcMD9pfD1dC3vbyKXoZdZjigWthS9nEwGqaSJksLJv";
// transfer native asset to parachain sovereignaccount on relay chain
// this is for creating the HRMP channels bcs sovereignaccount will be the sender of the OpenHRMPChannel and AcceptHRMPChannel call on the relaychain
await transferBalance(relayChainApi, sovereignAccount1000, bn1e12.mul(new BN(10)), true, sudo); // set balance to 10 native asset
await transferBalance(relayChainApi, sovereignAccount1013, bn1e12.mul(new BN(10)), true, sudo); // set balance to 10 native asset

Expand Down

0 comments on commit ea96382

Please sign in to comment.