From d0e73203ea67c9d1e20f2910a74b1d0aa51352cd Mon Sep 17 00:00:00 2001 From: tarikgul Date: Fri, 13 Oct 2023 12:35:14 +0100 Subject: [PATCH] fix(txwrapper-polkadot): export xcmPallet as part of methods --- packages/txwrapper-polkadot/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/txwrapper-polkadot/src/index.ts b/packages/txwrapper-polkadot/src/index.ts index d160ed97..9d8bdc73 100644 --- a/packages/txwrapper-polkadot/src/index.ts +++ b/packages/txwrapper-polkadot/src/index.ts @@ -26,6 +26,7 @@ export const methods = { crowdloan: polkadotMethods.crowdloan, // assets is only applicable to Asset Hub Polkadot and Asset Hub Kusama assets: substrateMethods.assets, + xcmPallet: polkadotMethods.xcmPallet, }; // Re-export all of txwrapper-core so users have access to utilities, construct functions,