import { atom } from 'jotai' export const degenModeAtom = atom(false)