Skip to content

Commit

Permalink
Remove code used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanS98 committed Aug 20, 2024
1 parent e0ffedb commit 508123f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/swap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import { multiplyByPowerOfTen, stringifyBigWithSignificantDecimals } from '../..
import { ProgressPage } from '../progress';
import { SuccessPage } from '../success';
import { FailurePage } from '../failure';
import { createPendulumEphemeralSeed } from '../../services/polkadot/ephemeral';

const Arrow = () => (
<div className="flex justify-center w-full my-5">
Expand All @@ -38,7 +37,6 @@ export const SwapPage = () => {

useEffect(() => {
const initializeApiManager = async () => {
await createPendulumEphemeralSeed();
const manager = await getApiManagerInstance();
const { api } = await manager.getApiComponents();
setApi(api);
Expand Down

0 comments on commit 508123f

Please sign in to comment.