Skip to content

Commit

Permalink
Removed duplicated interface
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Aug 24, 2023
1 parent 1627086 commit 03820f3
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/refactor/config.ts
Expand Up @@ -4,17 +4,7 @@ import type {
NetworkName,
} from '@masa-finance/masa-sdk';
import type { WagmiConfigProps } from 'wagmi';

export interface CustomGallerySBT {
name: string;
address: string;
network: NetworkName;
getMetadata: (item: { tokenId; tokenUri }) => Promise<{
image: string;
name: string;
description: string;
}>;
}
import { CustomGallerySBT } from './masa/interfaces';

export interface ArweaveConfig {
port?: string;
Expand Down

0 comments on commit 03820f3

Please sign in to comment.