diff options
Diffstat (limited to 'packages/0x.js/src/utils/constants.ts')
-rw-r--r-- | packages/0x.js/src/utils/constants.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/0x.js/src/utils/constants.ts b/packages/0x.js/src/utils/constants.ts deleted file mode 100644 index 5a5ba0e0a..000000000 --- a/packages/0x.js/src/utils/constants.ts +++ /dev/null @@ -1,4 +0,0 @@ -export const constants = { - NULL_ADDRESS: '0x0000000000000000000000000000000000000000', - TESTRPC_NETWORK_ID: 50, -}; |