Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
bluezdot committed Feb 13, 2025
1 parent f8bf865 commit 5d93a63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,7 @@ export default class KoniExtension {
}

private async makeCrossChainTransfer (inputData: RequestCrossChainTransfer): Promise<SWTransactionResponse> {
const { destinationNetworkKey, feeCustom, feeOption, from, originNetworkKey, to, tokenPayFeeSlug, tokenSlug, transferAll, transferBounceable, value, isTransferLocalTokenAndPayThatTokenAsFee } = inputData;
const { destinationNetworkKey, feeCustom, feeOption, from, isTransferLocalTokenAndPayThatTokenAsFee, originNetworkKey, to, tokenPayFeeSlug, tokenSlug, transferAll, transferBounceable, value } = inputData;

const originTokenInfo = this.#koniState.getAssetBySlug(tokenSlug);
const destinationTokenInfo = this.#koniState.getXcmEqualAssetByChain(destinationNetworkKey, tokenSlug);
Expand Down

0 comments on commit 5d93a63

Please sign in to comment.