// eslint-disable-next-line no-shadow
enum Actions {
    SetWeb3 = "SET_WEB3",
    SetAccount = "SET_ACCOUNT",
    SetChain = "SET_CHAIN",
}

export default Actions;
