-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathevents.ts
More file actions
19 lines (18 loc) · 618 Bytes
/
events.ts
File metadata and controls
19 lines (18 loc) · 618 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
export const EVENT_PROVIDERS = {
CONSENSYS: 'consensys',
};
export const EVENT_LOCATIONS = {
HOME_SCREEN: 'HomeScreen',
GAS_IMPACT_MODAL: 'GasImpactModal',
LEARN_MORE_MODAL: 'LearnMoreModal',
STAKING_BALANCE: 'StakingBalance',
TOKEN_DETAILS: 'TokenDetails',
STAKE_INPUT_VIEW: 'StakeInputView',
STAKE_CONFIRMATION_VIEW: 'StakeConfirmationView',
STAKING_EARNINGS: 'StakingEarnings',
UNSTAKE_INPUT_VIEW: 'UnstakeInputView',
UNSTAKE_CONFIRMATION_VIEW: 'UnstakeConfirmationView',
WALLET_ACTIONS_BOTTOM_SHEET: 'WalletActionsBottomSheet',
UNIT_TEST: 'UnitTest',
ACCOUNTS_MENU: 'AccountsMenu',
};