ethBalanceInUnitAmount -> lastEthBalanceInUnitAmount
This commit is contained in:
BIN
packages/instant/.DS_Store
vendored
Normal file
BIN
packages/instant/.DS_Store
vendored
Normal file
Binary file not shown.
@@ -54,7 +54,7 @@ export const analyticsMiddleware: Middleware = store => next => middlewareAction
|
||||
curAccount.ethBalanceInWei,
|
||||
ETH_DECIMALS,
|
||||
).toString();
|
||||
analytics.addUserProperties({ ethBalanceInUnitAmount});
|
||||
analytics.addUserProperties({ lastEthBalanceInUnitAmount: ethBalanceInUnitAmount });
|
||||
analytics.addEventProperties({ ethBalanceInUnitAmount });
|
||||
}
|
||||
break;
|
||||
|
@@ -95,7 +95,7 @@ const buyQuoteEventProperties = (buyQuote: BuyQuote) => {
|
||||
|
||||
export interface AnalyticsUserOptions {
|
||||
lastKnownEthAddress?: string;
|
||||
ethBalanceInUnitAmount?: string;
|
||||
lastEthBalanceInUnitAmount?: string;
|
||||
}
|
||||
export interface AnalyticsEventOptions {
|
||||
embeddedHost?: string;
|
||||
|
Reference in New Issue
Block a user