aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/src/utils/constants.ts
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-05-22 05:26:25 +0800
committerAlex Browne <stephenalexbrowne@gmail.com>2018-06-07 03:39:42 +0800
commit72fb8460e90237fb7879fc47e95d84b6aa54911b (patch)
treeabb2c77b0e05cf73738c10766ba59b275183d602 /packages/contracts/src/utils/constants.ts
parent577156fe5f63e581b101682d13b7e70e7a9336e5 (diff)
downloaddexon-0x-contracts-72fb8460e90237fb7879fc47e95d84b6aa54911b.tar
dexon-0x-contracts-72fb8460e90237fb7879fc47e95d84b6aa54911b.tar.gz
dexon-0x-contracts-72fb8460e90237fb7879fc47e95d84b6aa54911b.tar.bz2
dexon-0x-contracts-72fb8460e90237fb7879fc47e95d84b6aa54911b.tar.lz
dexon-0x-contracts-72fb8460e90237fb7879fc47e95d84b6aa54911b.tar.xz
dexon-0x-contracts-72fb8460e90237fb7879fc47e95d84b6aa54911b.tar.zst
dexon-0x-contracts-72fb8460e90237fb7879fc47e95d84b6aa54911b.zip
Update code after rebase
Diffstat (limited to 'packages/contracts/src/utils/constants.ts')
-rw-r--r--packages/contracts/src/utils/constants.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/contracts/src/utils/constants.ts b/packages/contracts/src/utils/constants.ts
index 9b0b92545..144e22bc2 100644
--- a/packages/contracts/src/utils/constants.ts
+++ b/packages/contracts/src/utils/constants.ts
@@ -19,6 +19,7 @@ const TESTRPC_PRIVATE_KEYS_STRINGS = [
export const constants = {
INVALID_OPCODE: 'invalid opcode',
REVERT: 'revert',
+ ALWAYS_FAILING_TRANSACTION: 'always failing transaction',
TESTRPC_NETWORK_ID: 50,
AWAIT_TRANSACTION_MINED_MS: 100,
MAX_ETHERTOKEN_WITHDRAW_GAS: 43000,