1 2 3 4 5 6 7 8 9 10 11 12
import { generatePseudoRandomSalt } from '@0xproject/order-utils'; import { BigNumber } from '@0xproject/utils'; import { artifacts } from '../../src/artifacts'; import { constants } from './constants'; export const tokenUtils = { getProtocolTokenAddress(): string { return artifacts.ZRXToken.networks[constants.TESTRPC_NETWORK_ID].address; }, };