Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
fix: xcm asset teleportation example (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
kratico authored Apr 26, 2023
1 parent a7e0fe3 commit d18a2bd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 18 deletions.
19 changes: 4 additions & 15 deletions capi.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,26 +35,15 @@ export const config: Config = {
binary: polkadot,
chain: "rococo-local",
parachains: {
contracts: {
id: 2000,
binary: polkadotParachain,
chain: "contracts-rococo-local",
},
westmint: {
id: 3000,
id: 1000,
binary: polkadotParachain,
chain: "westmint-local",
},
},
},
rococoWestmint: {
binary: polkadot,
chain: "rococo-local",
parachains: {
westmint: {
id: 1000,
contracts: {
id: 2000,
binary: polkadotParachain,
chain: "westmint-local",
chain: "contracts-rococo-local",
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion examples/nfts.eg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
PalletNftsEvent,
RuntimeEvent,
westmint,
} from "@capi/rococo-westmint/westmint"
} from "@capi/rococo-dev/westmint"
import { assertEquals } from "asserts"
import { $, createDevUsers, Rune } from "capi"
import { DefaultCollectionSetting, DefaultItemSetting } from "capi/patterns/nfts.ts"
Expand Down
2 changes: 1 addition & 1 deletion examples/xcm/asset_teleportation.eg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
CumulusPalletParachainSystemEvent,
RuntimeEvent,
westmint,
} from "@capi/rococo-westmint/westmint"
} from "@capi/rococo-dev/westmint"
import { assert } from "asserts"
import { createDevUsers, Rune } from "capi"
import { signature } from "capi/patterns/signature/polkadot.ts"
Expand Down
2 changes: 1 addition & 1 deletion import_map.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"imports": {
"@capi/": "http://localhost:4646/2c655e26fc9ba86a/"
"@capi/": "http://localhost:4646/029d4f2852e1a7d7/"
},
"scopes": {
"examples/": {
Expand Down

0 comments on commit d18a2bd

Please sign in to comment.