Files
self/contracts/test/utils/constants.ts
nicoshark 7d0e83a727 Feat/clean sdk code (#155)
Co-authored-by: turnoffthiscomputer <98749896+remicolin@users.noreply.github.com>
2025-02-19 05:51:37 +01:00

8 lines
339 B
TypeScript

export const ATTESTATION_ID = {
INVALID_ATTESTATION_ID: "0x0000000000000000000000000000000000000000000000000000000000000000",
E_PASSPORT: "0x0000000000000000000000000000000000000000000000000000000000000001"
}
export const FIELD_PRIME = BigInt(
"21888242871839275222246405745257275088548364400416034343698204186575808495617"
);