Skip to content

Commit ea6a8e0

Browse files
committed
fix(mobile): add quote_currency to analytics, ref ENG-109
1 parent f87c583 commit ea6a8e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/analytics/src/events.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ type UserSettingValue =
152152
| { bitcoin_unit: 'bitcoin' | 'satoshi' }
153153
| { email_address: string }
154154
| { fiat_currency: string }
155+
| { quote_currency: string }
155156
| {
156157
network: DefaultNetworkConfigurations;
157158
}

0 commit comments

Comments
 (0)