mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-03-02 11:40:36 +00:00
* configure gitignore * create CONFIG_NODE_CHANGE_INTENT action, action creator, and type * pass changeNodeIntent intstead of changeNode to Header * create saga for handling node changes that will refresh only when network changes
7 lines
222 B
TypeScript
7 lines
222 B
TypeScript
export enum TypeKeys {
|
|
CONFIG_LANGUAGE_CHANGE = 'CONFIG_LANGUAGE_CHANGE',
|
|
CONFIG_NODE_CHANGE = 'CONFIG_NODE_CHANGE',
|
|
CONFIG_NODE_CHANGE_INTENT = 'CONFIG_NODE_CHANGE_INTENT',
|
|
CONFIG_GAS_PRICE = 'CONFIG_GAS_PRICE'
|
|
}
|