From b6ecf039860065d4b2c534a39ff07e731f2c912b Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 17:16:08 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Apply=20formatting=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/eth/components/transactions/EthTransaction.svelte | 2 +- .../src/eth/components/transactions/EthTransactions.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/eth/components/transactions/EthTransaction.svelte b/src/frontend/src/eth/components/transactions/EthTransaction.svelte index efa9729737..f1a49c6752 100644 --- a/src/frontend/src/eth/components/transactions/EthTransaction.svelte +++ b/src/frontend/src/eth/components/transactions/EthTransaction.svelte @@ -7,9 +7,9 @@ import Transaction from '$lib/components/transactions/Transaction.svelte'; import { i18n } from '$lib/stores/i18n.store'; import { modalStore } from '$lib/stores/modal.store'; + import type { Token } from '$lib/types/token'; import type { TransactionStatus } from '$lib/types/transaction'; import { replacePlaceholders } from '$lib/utils/i18n.utils'; - import type { Token } from '$lib/types/token'; export let transaction: EthTransactionUi; export let token: Token | undefined = undefined; diff --git a/src/frontend/src/eth/components/transactions/EthTransactions.svelte b/src/frontend/src/eth/components/transactions/EthTransactions.svelte index 7e092f7985..05b45ba2ee 100644 --- a/src/frontend/src/eth/components/transactions/EthTransactions.svelte +++ b/src/frontend/src/eth/components/transactions/EthTransactions.svelte @@ -19,9 +19,9 @@ import { modalToken, modalEthTransaction } from '$lib/derived/modal.derived'; import { i18n } from '$lib/stores/i18n.store'; import { modalStore } from '$lib/stores/modal.store'; + import { token } from '$lib/stores/token.store'; import type { OptionEthAddress } from '$lib/types/address'; import type { Transaction as TransactionType } from '$lib/types/transaction'; - import { token } from '$lib/stores/token.store'; let ckMinterInfoAddresses: OptionEthAddress[] = []; $: ckMinterInfoAddresses = toCkMinterInfoAddresses({