@@ -172,7 +159,6 @@ import {
coerceString,
getErrorMessage,
ensureAddress,
- useSwapKrk,
} from '@/composables/useSwapKrk';
const toast = useToast();
@@ -180,8 +166,6 @@ const statCollection = useStatCollection();
const { address, chainId } = useAccount();
const wagmiConfig: WagmiConfig = config;
-const { swapAmount, swapping, canSwap, buyKrk } = useSwapKrk();
-
const rpcUrl = ref('');
let lastAutoRpcUrl = '';