export type AssetsItemDto = { symbol: string; L1TokenAddress: string; tokenId: string; isStable: boolean; isBond: boolean; maturityTime?: string; };