import Ajv from 'ajv' import schema from './schema/summitx.json' export const tokenListValidator = new Ajv({ allErrors: true }).compile(schema)