Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Sep 30, 2024
1 parent 2814784 commit 93833b8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions packages/config/src/xcm-configs/polkadotAssetHub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,10 @@ export const polkadotAssetHubRoutes = new ChainRoutes({
chain: moonbeam,
balance: BalanceBuilder().substrate().assets().account(),
fee: {
amount: FeeBuilder()
.xcmPaymentApi()
.xcmPaymentFee({
isAssetReserveChain: false,
shouldTransferAssetPrecedeAsset: true,
}),
amount: FeeBuilder().xcmPaymentApi().xcmPaymentFee({
isAssetReserveChain: false,
shouldTransferAssetPrecedeAsset: true,
}),
asset: usdt,
},
},
Expand Down

0 comments on commit 93833b8

Please sign in to comment.