import { BN } from '@coral-xyz/anchor';

export const U64_MAX = '18446744073709551615';

export const ZERO_BN = new BN(0);
export const ONE_BN = new BN(1);
