This repository has been archived on 2023-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
chainsafe-bls/test/params.ts

6 lines
198 B
TypeScript
Raw Normal View History

2020-11-19 13:22:41 +00:00
import path from "path";
export const SPEC_TEST_VERSION = "v1.0.0";
export const SPEC_TEST_TO_DOWNLOAD = ["general" as "general"];
export const SPEC_TESTS_DIR = path.join(__dirname, "spec-tests");