@@ -27978,10 +27978,10 @@ flowchart TD
2797827978Create and run `limited-reserve-transfer-assets.ts`:
2797927979
2798027980```ts
27981- import { Binary, BlockInfo, createClient, Enum, PolkadotClient, TypedApi } from "polkadot-api";
27982- import { withPolkadotSdkCompat } from "polkadot-api/polkadot-sdk-compat";
27983- import { getPolkadotSigner } from "polkadot-api/signer";
27984- import { getWsProvider } from "polkadot-api/ws-provider/web";
27981+ import {Binary, BlockInfo, createClient, Enum, PolkadotClient, TypedApi} from "polkadot-api";
27982+ import {withPolkadotSdkCompat} from "polkadot-api/polkadot-sdk-compat";
27983+ import {getPolkadotSigner} from "polkadot-api/signer";
27984+ import {getWsProvider} from "polkadot-api/ws-provider/web";
2798527985import {
2798627986 assetHub,
2798727987 hydration,
@@ -27992,7 +27992,7 @@ import {
2799227992 XcmVersionedAssets,
2799327993 XcmVersionedLocation,
2799427994} from "@polkadot-api/descriptors";
27995- import { sr25519CreateDerive } from "@polkadot-labs/hdkd";
27995+ import {sr25519CreateDerive} from "@polkadot-labs/hdkd";
2799627996import {
2799727997 DEV_PHRASE,
2799827998 entropyToMiniSecret,
@@ -28507,10 +28507,10 @@ code/tutorials/interoperability/xcm-observability/forwarded-xcm-custom.html
2850728507Create and run `initiate-reserve-withdraw-with-set-topic.ts`:
2850828508
2850928509```ts
28510- import { Binary, BlockInfo, createClient, Enum, PolkadotClient, TypedApi } from "polkadot-api";
28511- import { withPolkadotSdkCompat } from "polkadot-api/polkadot-sdk-compat";
28512- import { getPolkadotSigner } from "polkadot-api/signer";
28513- import { getWsProvider } from "polkadot-api/ws-provider/web";
28510+ import {Binary, BlockInfo, createClient, Enum, PolkadotClient, TypedApi} from "polkadot-api";
28511+ import {withPolkadotSdkCompat} from "polkadot-api/polkadot-sdk-compat";
28512+ import {getPolkadotSigner} from "polkadot-api/signer";
28513+ import {getWsProvider} from "polkadot-api/ws-provider/web";
2851428514import {
2851528515 assetHub,
2851628516 hydration,
@@ -28524,7 +28524,7 @@ import {
2852428524 XcmV5WildAsset,
2852528525 XcmVersionedXcm,
2852628526} from "@polkadot-api/descriptors";
28527- import { sr25519CreateDerive } from "@polkadot-labs/hdkd";
28527+ import {sr25519CreateDerive} from "@polkadot-labs/hdkd";
2852828528import {
2852928529 DEV_PHRASE,
2853028530 entropyToMiniSecret,
@@ -28649,7 +28649,7 @@ async function main() {
2864928649 fun: giveFun,
2865028650 }]),
2865128651
28652- XcmV5Instruction.SetFeesMode({ jit_withdraw: true }),
28652+ XcmV5Instruction.SetFeesMode({jit_withdraw: true}),
2865328653
2865428654 XcmV5Instruction.DepositReserveAsset({
2865528655 assets: XcmV5AssetFilter.Wild(
0 commit comments