export const ZERO_HASH = new Uint8Array(32).fill(0); export const EMPTY_SIGNATURE = new Uint8Array(96).fill(0); export const SECONDS_PER_DAY = 86400; export const BASE_REWARDS_PER_EPOCH = 4; export const G2_POINT_AT_INFINITY = new Uint8Array( Buffer.from( "c000000000000000000000000000000000000000000000000000000000000000" + "0000000000000000000000000000000000000000000000000000000000000000" + "0000000000000000000000000000000000000000000000000000000000000000", "hex" ) );