aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contracts/extensions/test/extensions/balance_threshold_filter.ts3
-rw-r--r--packages/contracts/contracts/tokens/README.md2
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.