Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Sep 4, 2024
1 parent 3411a06 commit d61e4ec
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 102 deletions.
2 changes: 1 addition & 1 deletion packages/sdk/src/getTransferData/getDestinationData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ async function getSovereignAccountBalances({
asset: sourceConfig.destinationFee.asset,
balanceBuilder: destinationFeeAssetBalance,
chain,
decimals, // TODO this is not correct but it doesn't affect us
decimals, // TODO this is not correct but will only affect us if a chain has both checkSovereignAccountBalances and usesChainDecimals flags
polkadot,
})
: undefined;
Expand Down
1 change: 0 additions & 1 deletion packages/sdk/src/getTransferData/getTransferData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export async function getTransferData({
sourceAddress,
transferConfig,
});
// console.log('sovereignAccountBalances', destination.sovereignAccountBalances);

return {
destination,
Expand Down
Loading

0 comments on commit d61e4ec

Please sign in to comment.