Skip to content

Commit

Permalink
fix(txwrapper-polkadot): export xcmPallet as part of methods (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul authored Oct 14, 2023
1 parent ff771e3 commit d68ddd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/txwrapper-polkadot/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d68ddd2

Please sign in to comment.