Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Remove image from token details
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Sep 24, 2020
1 parent 3a6bfb0 commit 5ca2ea0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types/index.ts
Expand Up @@ -8,7 +8,6 @@ export interface TokenDetails {
decimals?: number
address: string
addressMainnet?: string
image?: string
}

export interface TokenDetailsConfig extends Omit<TokenDetails, 'address'> {
Expand Down

0 comments on commit 5ca2ea0

Please sign in to comment.