Remove unused constants

This commit is contained in:
Fabio Berger
2018-06-28 10:45:28 +02:00
parent 646927962a
commit 4fe6269043

View File

@@ -19,8 +19,6 @@ const TESTRPC_PRIVATE_KEYS_STRINGS = [
export const constants = {
INVALID_OPCODE: 'invalid opcode',
REVERT: 'revert',
ERC20_PROXY_ID: 1,
ERC721_PROXY_ID: 2,
TESTRPC_NETWORK_ID: 50,
// Note(albrow): In practice V8 and most other engines limit the minimum
// interval for setInterval to 10ms. We still set it to 0 here in order to