Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
jscriptcoder committed Jun 5, 2023
1 parent 6b6d08c commit 8c16859
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<script lang="ts">
import { Contract, errors, utils, type Transaction } from 'ethers';
import { UserRejectedRequestError } from '@wagmi/core';
import { Contract, errors, type Transaction,utils } from 'ethers';
import { createEventDispatcher } from 'svelte';
import { onDestroy, onMount } from 'svelte';
import { ArrowTopRightOnSquare } from 'svelte-heros-v2';
import { _ } from 'svelte-i18n';
import { bridges } from '../../bridge/bridges';
import { chains } from '../../chain/chains';
import { bridgeABI } from '../../constants/abi';
Expand Down Expand Up @@ -36,7 +37,6 @@
successToast,
warningToast,
} from '../NotificationToast.svelte';
import { UserRejectedRequestError } from '@wagmi/core';
const log = getLogger('component:Transaction');
Expand Down

0 comments on commit 8c16859

Please sign in to comment.