mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
8 lines
339 B
TypeScript
8 lines
339 B
TypeScript
export const ATTESTATION_ID = {
|
|
INVALID_ATTESTATION_ID: "0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
E_PASSPORT: "0x0000000000000000000000000000000000000000000000000000000000000001"
|
|
}
|
|
|
|
export const FIELD_PRIME = BigInt(
|
|
"21888242871839275222246405745257275088548364400416034343698204186575808495617"
|
|
); |