Skip to content

Commit

Permalink
-wip- apply to manta routes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Sep 19, 2024
1 parent 816c198 commit 3e82016
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/config/src/configs/mantaParachain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ export const mantaParachainConfig = new ChainConfig({
balance: BalanceBuilder().substrate().system().account(),
destination: moonbeam,
destinationFee: {
amount: FeeBuilder().assetManager().assetTypeUnitsPerSecond(),
amount: FeeBuilder()
.xcmPaymentApi()
.xcmPaymentFee({ isAssetReserveChain: false }),
asset: manta,
balance: BalanceBuilder().substrate().system().account(),
},
Expand All @@ -27,7 +29,9 @@ export const mantaParachainConfig = new ChainConfig({
balance: BalanceBuilder().substrate().assets().account(),
destination: moonbeam,
destinationFee: {
amount: 0.01,
amount: FeeBuilder()
.xcmPaymentApi()
.xcmPaymentFee({ isAssetReserveChain: true }),
asset: glmr,
balance: BalanceBuilder().substrate().assets().account(),
},
Expand Down

0 comments on commit 3e82016

Please sign in to comment.