import { Idl } from '@coral-xyz/anchor';
import rawIdl from '../idl/klend.json';

export const idl: Idl = rawIdl as Idl;
