diff options
author | Greg Hysen <greg.hysen@gmail.com> | 2018-12-12 06:47:52 +0800 |
---|---|---|
committer | Greg Hysen <greg.hysen@gmail.com> | 2018-12-19 05:36:05 +0800 |
commit | 4417c76b130655da3b14209148191d43037e8f8a (patch) | |
tree | 1cb3cf7ea3104d2dd68d9f5f48c1183e037ad244 /contracts/extensions/compiler.json | |
parent | 8799f9bb90c6bcfffc74550d74ed87422467f9e1 (diff) | |
download | dexon-sol-tools-4417c76b130655da3b14209148191d43037e8f8a.tar dexon-sol-tools-4417c76b130655da3b14209148191d43037e8f8a.tar.gz dexon-sol-tools-4417c76b130655da3b14209148191d43037e8f8a.tar.bz2 dexon-sol-tools-4417c76b130655da3b14209148191d43037e8f8a.tar.lz dexon-sol-tools-4417c76b130655da3b14209148191d43037e8f8a.tar.xz dexon-sol-tools-4417c76b130655da3b14209148191d43037e8f8a.tar.zst dexon-sol-tools-4417c76b130655da3b14209148191d43037e8f8a.zip |
Ported Balance Threshold Filter to new contract directory structure
Diffstat (limited to 'contracts/extensions/compiler.json')
-rw-r--r-- | contracts/extensions/compiler.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contracts/extensions/compiler.json b/contracts/extensions/compiler.json index 69d607b3e..e6ed0c215 100644 --- a/contracts/extensions/compiler.json +++ b/contracts/extensions/compiler.json @@ -18,5 +18,5 @@ } } }, - "contracts": ["DutchAuction", "Forwarder"] + "contracts": ["BalanceThresholdFilter", "DutchAuction", "Forwarder"] } |