@0x:contracts-staking Added unit tests for LibProxy

This commit is contained in:
Alex Towle
2019-09-10 15:58:27 -07:00
parent 036c8fe920
commit be83789bee
9 changed files with 384 additions and 33 deletions

View File

@@ -54,6 +54,7 @@ export const constants = {
NUM_ERC1155_FUNGIBLE_TOKENS_MINT: 4,
NUM_ERC1155_NONFUNGIBLE_TOKENS_MINT: 4,
NULL_ADDRESS: '0x0000000000000000000000000000000000000000',
NULL_BYTES4: '0x00000000',
NULL_BYTES32: '0x0000000000000000000000000000000000000000000000000000000000000000',
UNLIMITED_ALLOWANCE_IN_BASE_UNITS: MAX_UINT256,
MAX_UINT256,