Skip to content

Commit

Permalink
remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
jmealy committed May 31, 2024
1 parent aac00da commit ae9d480
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/pages/apps/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,8 @@ import useSafeAppsFilters from '@/hooks/safe-apps/useSafeAppsFilters'
import SafeAppsFilters from '@/components/safe-apps/SafeAppsFilters'
import { useHasFeature } from '@/hooks/useChains'
import { FEATURES } from '@/utils/chains'
import type { SafeAppData } from '@safe-global/safe-gateway-typescript-sdk'
import { SafeAppAccessPolicyTypes } from '@safe-global/safe-gateway-typescript-sdk'
import { useNativeSwapsAppCard } from '@/components/safe-apps/hooks/useNativeSwapsAppCard'

const getSwapAppBanner = (): SafeAppData => {
return {
id: 100_000,
url: '',
name: 'Native swaps are here!',
description: 'Experience seamless trading with better decoding and security in native swaps.',
accessControl: { type: SafeAppAccessPolicyTypes.NoRestrictions },
tags: ['DeFi'],
features: [],
socialProfiles: [],
developerWebsite: '',
chainIds: ['11155111'],
iconUrl: '@/public/images/common/swap.svg',
}
}

const SafeApps: NextPage = () => {
const router = useRouter()
const { swapsCardDetails } = useNativeSwapsAppCard()
Expand Down

0 comments on commit ae9d480

Please sign in to comment.