Skip to content

Commit

Permalink
Fixed function on Xtokens contract call
Browse files Browse the repository at this point in the history
  • Loading branch information
ekenigs committed Mar 12, 2024
1 parent 7bd7269 commit 6cc2759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/config/src/configs/moonbeam.ts
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ export const moonbeamConfig = new ChainConfig({
new AssetConfig({
asset: pink,
balance: BalanceBuilder().substrate().assets().account(),
contract: ContractBuilder().Xtokens().transfer(),
contract: ContractBuilder().Xtokens().transferMultiCurrencies(),
destination: polkadotAssetHub,
destinationFee: {
amount: 0.7,
Expand Down

0 comments on commit 6cc2759

Please sign in to comment.