You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Product and business leaders would like to get a sense of how often MetaMask users send transactions of the base asset for the network. Essentially this means tracking any received Ether, BNB, etc but not ERC-20, ERC-721, etc. To do this we will need to modify the events in the TransactionController such that a new property is added to the event called is_base_asset
Description
Product and business leaders would like to get a sense of how often MetaMask users send transactions of the base asset for the network. Essentially this means tracking any received Ether, BNB, etc but not ERC-20, ERC-721, etc. To do this we will need to modify the events in the TransactionController such that a new property is added to the event called
is_base_asset
Requirements
The text was updated successfully, but these errors were encountered: