diff options
author | Greg Hysen <greg.hysen@gmail.com> | 2018-12-12 08:07:19 +0800 |
---|---|---|
committer | Greg Hysen <greg.hysen@gmail.com> | 2018-12-19 05:36:05 +0800 |
commit | 34ff7fae9cffa7aaba5f0ba0060ed063a855f8e9 (patch) | |
tree | ca17f99fba72b264024985dca86259d9aa33db64 | |
parent | d45c13bfa8a85e69bbf4476b22ad48443ae320e7 (diff) | |
download | dexon-sol-tools-34ff7fae9cffa7aaba5f0ba0060ed063a855f8e9.tar dexon-sol-tools-34ff7fae9cffa7aaba5f0ba0060ed063a855f8e9.tar.gz dexon-sol-tools-34ff7fae9cffa7aaba5f0ba0060ed063a855f8e9.tar.bz2 dexon-sol-tools-34ff7fae9cffa7aaba5f0ba0060ed063a855f8e9.tar.lz dexon-sol-tools-34ff7fae9cffa7aaba5f0ba0060ed063a855f8e9.tar.xz dexon-sol-tools-34ff7fae9cffa7aaba5f0ba0060ed063a855f8e9.tar.zst dexon-sol-tools-34ff7fae9cffa7aaba5f0ba0060ed063a855f8e9.zip |
Removed deprecated README + comments
-rw-r--r-- | contracts/extensions/test/extensions/balance_threshold_filter.ts | 3 | ||||
-rw-r--r-- | packages/contracts/contracts/tokens/README.md | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/contracts/extensions/test/extensions/balance_threshold_filter.ts b/contracts/extensions/test/extensions/balance_threshold_filter.ts index 72227090b..63cb9de31 100644 --- a/contracts/extensions/test/extensions/balance_threshold_filter.ts +++ b/contracts/extensions/test/extensions/balance_threshold_filter.ts @@ -135,7 +135,7 @@ describe(ContractName.BalanceThresholdFilter, () => { // Create proxies const erc20Proxy = await erc20Wrapper.deployProxyAsync(); await erc20Wrapper.setBalancesAndAllowancesAsync(); - // Deploy Exchange congtract + // Deploy Exchange contract exchangeInstance = await ExchangeContract.deployFrom0xArtifactAsync( protocolArtifacts.Exchange, provider, @@ -356,7 +356,6 @@ describe(ContractName.BalanceThresholdFilter, () => { ), ); }); - // @TODO - greater than 1 balance }); describe('batchFillOrders', () => { diff --git a/packages/contracts/contracts/tokens/README.md b/packages/contracts/contracts/tokens/README.md deleted file mode 100644 index b54f0e046..000000000 --- a/packages/contracts/contracts/tokens/README.md +++ /dev/null @@ -1,2 +0,0 @@ -Contracts from https://github.com/sendwyre/yes-compliance-token -Modified to compile in our codebase. |