AugurProject/augur-ui

View on GitHub
src/modules/auth/constants/ledger-status.js

Summary

Maintainability
A
0 mins
Test Coverage
export const ATTEMPTING_CONNECTION = "ATTEMPTING_CONNECTION";
export const CONNECT_LEDGER = "CONNECT_LEDGER";
export const OPEN_APP = "OPEN_APP";
export const SWITCH_MODE = "SWITCH_MODE";
export const ENABLE_CONTRACT_SUPPORT = "ENABLE_CONTRACT_SUPPORT";
export const OTHER_ISSUE = "OTHER_ISSUE";
export const NOT_CONNECTED = "NOT_CONNECTED";