import { BN } from 'utils/helpers' export const BN_ZERO = BN(0) export const BN_ONE = BN(1)