mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-28 20:06:32 +00:00
ecb11133dd
* move bity getRates to saga * typo * bity polling
11 lines
600 B
JavaScript
11 lines
600 B
JavaScript
export const SWAP_ORIGIN_KIND = 'SWAP_ORIGIN_KIND';
|
|
export const SWAP_DESTINATION_KIND = 'SWAP_DESTINATION_KIND';
|
|
export const SWAP_ORIGIN_AMOUNT = 'SWAP_ORIGIN_AMOUNT';
|
|
export const SWAP_DESTINATION_AMOUNT = 'SWAP_DESTINATION_AMOUNT';
|
|
export const SWAP_UPDATE_BITY_RATES = 'SWAP_UPDATE_BITY_RATES';
|
|
export const SWAP_PART_ONE_COMPLETE = 'SWAP_PART_ONE_COMPLETE';
|
|
export const SWAP_PART_TWO_COMPLETE = 'SWAP_PART_TWO_COMPLETE';
|
|
export const SWAP_DESTINATION_ADDRESS = 'SWAP_DESTINATION_ADDRESS';
|
|
export const SWAP_RESTART = 'SWAP_RESTART';
|
|
export const SWAP_LOAD_BITY_RATES = 'SWAP_LOAD_BITY_RATES';
|