Added link to Transformer Deployer section + fixeed safety checklist in Features (#61)

This commit is contained in:
Greg Hysz 2020-11-30 17:00:33 -08:00 committed by GitHub
parent 43b75c7953
commit a074b49732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -175,4 +175,4 @@ No events are emitted by 0x during this transformation, although token contracts
Adding Custom Transformations
-----------------------------
Transformations are trustless, but at this time they are permissioned so only 0x Labs can deploy new Transformers. If you are interested in deploying your own transformation logic, please reach out to us on `Discord <https://discord.com/invite/d3FTX3M>`_.
Transformations are trustless, but at this time they are permissioned so only 0x Labs can deploy new Transformers. If you are interested in deploying your own transformation logic, please reach out to us on `Discord <https://discord.com/invite/d3FTX3M>`_. Learn more about why this is permissioned in the `Transformer Deployer <../architecture/transformer_deployer.html>`_ section.

View File

@ -57,7 +57,7 @@ Best Practices
We use this checklist to review the safety of new Features.
.. code-block::
::
- [ ] Feature has updated version information.
- [ ] implements IFeature interface.