Skip to content

Commit

Permalink
fix: update AnalyticsNetwork type
Browse files Browse the repository at this point in the history
  • Loading branch information
yasha-black committed Aug 8, 2023
1 parent 9233f80 commit e6aaa53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@types/types.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export type AnalyticsNetwork = 'ergo' | 'cardano_preview' | 'cardano_mainnet';
export type AnalyticsNetwork = 'ergo' | 'cardano_preview' | 'cardano';

0 comments on commit e6aaa53

Please sign in to comment.