aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/core/README.md
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-12-11 02:53:25 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-12-11 02:53:25 +0800
commit924c2705b28f5821fd36d653fb3f7aa7bb015caf (patch)
tree99bd6a5ba4bc18c5fabbd40122bfec0f859e7de7 /contracts/core/README.md
parentb88ff0a19ff7695086107cbcffe980dc4ad84e10 (diff)
downloaddexon-sol-tools-924c2705b28f5821fd36d653fb3f7aa7bb015caf.tar
dexon-sol-tools-924c2705b28f5821fd36d653fb3f7aa7bb015caf.tar.gz
dexon-sol-tools-924c2705b28f5821fd36d653fb3f7aa7bb015caf.tar.bz2
dexon-sol-tools-924c2705b28f5821fd36d653fb3f7aa7bb015caf.tar.lz
dexon-sol-tools-924c2705b28f5821fd36d653fb3f7aa7bb015caf.tar.xz
dexon-sol-tools-924c2705b28f5821fd36d653fb3f7aa7bb015caf.tar.zst
dexon-sol-tools-924c2705b28f5821fd36d653fb3f7aa7bb015caf.zip
Refactor our extensions package
Diffstat (limited to 'contracts/core/README.md')
-rw-r--r--contracts/core/README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/contracts/core/README.md b/contracts/core/README.md
index 922ea21ad..d055705c2 100644
--- a/contracts/core/README.md
+++ b/contracts/core/README.md
@@ -8,8 +8,6 @@ Contracts that make up and interact with version 2.0.0 of the protocol can be fo
* [protocol](./contracts/protocol)
* This directory contains the contracts that make up version 2.0.0. A full specification can be found [here](https://github.com/0xProject/0x-protocol-specification/blob/master/v2/v2-specification.md).
-* [extensions](./contracts/extensions)
- * This directory contains contracts that interact with the 2.0.0 contracts and will be used in production, such as the [Forwarder](https://github.com/0xProject/0x-protocol-specification/blob/master/v2/forwarder-specification.md) contract.
* [test](./contracts/test)
* This directory contains mocks and other contracts that are used solely for testing contracts within the other directories.