aboutsummaryrefslogtreecommitdiffstats
path: root/packages/types
diff options
context:
space:
mode:
authorGreg Hysen <greg.hysen@gmail.com>2018-11-30 05:56:39 +0800
committerGreg Hysen <greg.hysen@gmail.com>2018-12-19 05:36:05 +0800
commit33e41dd500960fde6bf1f5b1f4cf650731086963 (patch)
tree62356f59d09273880ddbfcc2c0731eb8d34a4734 /packages/types
parent989b5b0a98c578321e37439066f9a45287824a6d (diff)
downloaddexon-sol-tools-33e41dd500960fde6bf1f5b1f4cf650731086963.tar
dexon-sol-tools-33e41dd500960fde6bf1f5b1f4cf650731086963.tar.gz
dexon-sol-tools-33e41dd500960fde6bf1f5b1f4cf650731086963.tar.bz2
dexon-sol-tools-33e41dd500960fde6bf1f5b1f4cf650731086963.tar.lz
dexon-sol-tools-33e41dd500960fde6bf1f5b1f4cf650731086963.tar.xz
dexon-sol-tools-33e41dd500960fde6bf1f5b1f4cf650731086963.tar.zst
dexon-sol-tools-33e41dd500960fde6bf1f5b1f4cf650731086963.zip
More tests + require instead of revert in compliance contract
Diffstat (limited to 'packages/types')
-rw-r--r--packages/types/src/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/types/src/index.ts b/packages/types/src/index.ts
index 6b728af71..0c6fd7fd7 100644
--- a/packages/types/src/index.ts
+++ b/packages/types/src/index.ts
@@ -243,6 +243,8 @@ export enum RevertReason {
AuctionNotStarted = 'AUCTION_NOT_STARTED',
AuctionInvalidBeginTime = 'INVALID_BEGIN_TIME',
InvalidAssetData = 'INVALID_ASSET_DATA',
+ MakerUnverified = 'MAKER_UNVERIFED',
+ TakerUnverified = 'TAKER_UNVERIFIED',
}
export enum StatusCodes {