Skip to content

Commit

Permalink
adjust USDT fees for asset hub coins and enable sovereing account fee…
Browse files Browse the repository at this point in the history
… balance checking
  • Loading branch information
mmaurello committed Nov 13, 2024
1 parent 9ea36ad commit 9a44689
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions packages/config/src/xcm-configs/moonbeam.ts
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ export const moonbeamRoutes = new ChainRoutes({
chain: polkadotAssetHub,
balance: BalanceBuilder().substrate().assets().account(),
fee: {
amount: 0.2,
amount: 0.02,
asset: usdt,
},
},
Expand All @@ -646,7 +646,7 @@ export const moonbeamRoutes = new ChainRoutes({
chain: polkadotAssetHub,
balance: BalanceBuilder().substrate().assets().account(),
fee: {
amount: 0.2,
amount: 0.02,
asset: usdc,
},
},
Expand All @@ -669,8 +669,9 @@ export const moonbeamRoutes = new ChainRoutes({
chain: polkadotAssetHub,
balance: BalanceBuilder().substrate().assets().account(),
fee: {
amount: 0.2,
amount: 0.05,
asset: usdt,
balance: BalanceBuilder().substrate().assets().account(), // TODO change when DOT pays for fees
},
},
contract: ContractBuilder().Xtokens().transferMultiCurrencies(),
Expand All @@ -692,7 +693,7 @@ export const moonbeamRoutes = new ChainRoutes({
chain: polkadotAssetHub,
balance: BalanceBuilder().substrate().assets().account(),
fee: {
amount: 0.2,
amount: 0.05,
asset: usdt,
balance: BalanceBuilder().substrate().assets().account(),
// TODO change when DOT pays for fees
Expand All @@ -719,8 +720,9 @@ export const moonbeamRoutes = new ChainRoutes({
chain: polkadotAssetHub,
balance: BalanceBuilder().substrate().assets().account(),
fee: {
amount: 0.2,
amount: 0.05,
asset: usdt,
balance: BalanceBuilder().substrate().assets().account(), // TODO change when DOT pays for fees
},
},
contract: ContractBuilder().Xtokens().transferMultiCurrencies(),
Expand All @@ -742,8 +744,9 @@ export const moonbeamRoutes = new ChainRoutes({
chain: polkadotAssetHub,
balance: BalanceBuilder().substrate().assets().account(),
fee: {
amount: 0.2,
amount: 0.05,
asset: usdt,
balance: BalanceBuilder().substrate().assets().account(), // TODO change when DOT pays for fees
},
},
contract: ContractBuilder().Xtokens().transferMultiCurrencies(),
Expand Down Expand Up @@ -1424,8 +1427,9 @@ export const moonbeamRoutes = new ChainRoutes({
chain: polkadotAssetHub,
balance: BalanceBuilder().substrate().assets().account(),
fee: {
amount: 0.2,
amount: 0.05,
asset: usdt,
balance: BalanceBuilder().substrate().assets().account(), // TODO change when DOT pays for fees
},
},
contract: ContractBuilder().Xtokens().transferMultiCurrencies(),
Expand Down

0 comments on commit 9a44689

Please sign in to comment.