mirror of
https://github.com/tornadocash/tornado-initiation-ui.git
synced 2024-11-23 01:50:03 +01:00
34f5cbe728
add notifications to deploy
15 lines
523 B
JavaScript
15 lines
523 B
JavaScript
export const MAIN = 'provider'
|
|
|
|
export const SET_BALANCE = 'provider/SET_BALANCE'
|
|
|
|
export const SET_NETWORK = 'provider/SET_NETWORK'
|
|
export const SET_ACCOUNT = 'provider/SET_ACCOUNT'
|
|
export const SET_NETWORK_NAME = 'provider/SET_NETWORK_NAME'
|
|
|
|
export const CLEAR_STATE = 'provider/CLEAR_STATE'
|
|
export const SET_PROVIDER = 'provider/SET_PROVIDER'
|
|
export const SET_PROVIDER_API = 'provider/SET_PROVIDER_API'
|
|
export const SET_PROVIDER_NAME = 'provider/SET_PROVIDER_NAME'
|
|
|
|
export const SET_GAS_PRICE = 'provider/SET_GAS_PRICE'
|