Skip to content

Commit

Permalink
use cocos para id
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Aug 11, 2024
1 parent abbd00c commit 7699b08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/regionx/index.init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async function transferRelayTokensToRegionX(
const feeAssetItem = 0;
const weightLimit = "Unlimited";
const reserveTransfer = relayApi.tx.xcmPallet.limitedReserveTransferAssets(
{ V3: { parents: 0, interior: { X1: { Parachain: 2000 } } } }, //dest
{ V3: { parents: 0, interior: { X1: { Parachain: 4479 } } } }, //dest
{
V3: {
parents: 0,
Expand Down
2 changes: 1 addition & 1 deletion src/zombienet.init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ program
program.parse(process.argv);

const CORETIME_PARA_ID = 1005;
const CONTRACTS_PARA_ID = 2000;
const CONTRACTS_PARA_ID = 4479;

const ROCOCO_ENDPOINT = "ws://127.0.0.1:9900";
const CORETIME_ENDPOINT = "ws://127.0.0.1:9910";
Expand Down
2 changes: 1 addition & 1 deletion zombienet/network.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ chain = "coretime-rococo-local"
args = ["--log=xcm=trace"]

[[parachains]]
id = 2000
id = 4479
addToGenesis = false

[parachains.collator]
Expand Down

0 comments on commit 7699b08

Please sign in to comment.