1 import { t } from '@lingui/macro'; 2 3 export const eModeInfo: { [key: number]: { label: string } } = { 4 1: { 5 label: t`Stablecoin`, 6 }, 7 };