import BLOCKCERTSV2_ALPHA from './blockcerts.v2-alpha.json' with { type: 'json' };
import BLOCKCERTSV3_ALPHA from './blockcerts.v3-alpha.json' with { type: 'json' };
import BLOCKCERTSV3_BETA from './blockcerts.v3-beta.json' with { type: 'json' };
import ED25519 from './ed25519Context.json' with { type: 'json' };

export default {
  BLOCKCERTSV2_ALPHA,
  BLOCKCERTSV3_ALPHA,
  BLOCKCERTSV3_BETA,
  ED25519
};
