mirror of
https://github.com/tornadocash/tornado-initiation-ui.git
synced 2025-02-10 08:07:17 +01:00
14 lines
473 B
JavaScript
14 lines
473 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 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'
|