Skip to content

Commit

Permalink
change property name
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Sep 30, 2024
1 parent 93833b8 commit d2a060e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/config/src/xcm-configs/polkadotAssetHub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const polkadotAssetHubRoutes = new ChainRoutes({
fee: {
amount: FeeBuilder().xcmPaymentApi().xcmPaymentFee({
isAssetReserveChain: false,
shouldTransferAssetPrecedeAsset: true,
shouldTransferAssetPrecedeFeeAsset: true,
}),
asset: usdt,
},
Expand Down Expand Up @@ -125,7 +125,7 @@ export const polkadotAssetHubRoutes = new ChainRoutes({
fee: {
amount: FeeBuilder().xcmPaymentApi().xcmPaymentFee({
isAssetReserveChain: false,
shouldTransferAssetPrecedeAsset: true,
shouldTransferAssetPrecedeFeeAsset: true,
}),
asset: usdt,
},
Expand Down Expand Up @@ -186,7 +186,7 @@ export const polkadotAssetHubRoutes = new ChainRoutes({
fee: {
amount: FeeBuilder().xcmPaymentApi().xcmPaymentFee({
isAssetReserveChain: false,
shouldTransferAssetPrecedeAsset: true,
shouldTransferAssetPrecedeFeeAsset: true,
}),
asset: usdt,
},
Expand Down Expand Up @@ -217,7 +217,7 @@ export const polkadotAssetHubRoutes = new ChainRoutes({
fee: {
amount: FeeBuilder().xcmPaymentApi().xcmPaymentFee({
isAssetReserveChain: false,
shouldTransferAssetPrecedeAsset: true,
shouldTransferAssetPrecedeFeeAsset: true,
}),
asset: usdt,
},
Expand Down

0 comments on commit d2a060e

Please sign in to comment.