import type { AssetList } from '../defs'; export const MOCK_ASSETS: AssetList = { eth: { symbol: 'ETH', name: 'Ethereum', imageUrl: '/assets/eth.svg', }, };