Skip to content

Commit

Permalink
Merge pull request #62 from jorgenavben/main
Browse files Browse the repository at this point in the history
feat: icon field for the IDAppInfos interface
  • Loading branch information
fabianbormann authored May 24, 2024
2 parents f5c916f + d1ed880 commit 8e3f70a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export interface IDAppInfos {
name: string;
url: string;
address: string;
icon?: string;
}

export interface IConnectMessage {
Expand Down

0 comments on commit 8e3f70a

Please sign in to comment.