Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
goga-m committed Feb 7, 2025
1 parent 2754ff9 commit 7cd444d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export interface DashboardConfiguration {
walletsDisplayType?: "all" | "starred" | "ledger";
selectedAddresses?: string[];
selectedAddressesByNetwork: Record<string, string[]>;
activeNetworkId?: string;
}

0 comments on commit 7cd444d

Please sign in to comment.