From 598dc2cd71be70a2c0153894fd840b608fc434b8 Mon Sep 17 00:00:00 2001 From: Lawrence Forman Date: Thu, 25 Feb 2021 17:11:44 -0500 Subject: [PATCH] docs: update allowances blurb (#160) --- docs/basics/allowances.rst | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/basics/allowances.rst b/docs/basics/allowances.rst index 166f7768c6..9107761c46 100644 --- a/docs/basics/allowances.rst +++ b/docs/basics/allowances.rst @@ -2,11 +2,6 @@ Allowances ############################### -.. _Allowance Target Address: https://github.com/0xProject/protocol/blob/development/packages/contract-addresses/addresses.json#L40 +Both maker and taker allowance should be be set directly on the `Exchange Proxy contract <./addresses.html#exchange-v4>`_. -After the official release, allowances will be set directly on the Exchange V4 Proxy contract. -Presently, while we are in beta, allowances should be set on the `Allowance Target <./addresses.html#exchange-v4>`_. - -The motivation for eliminating the separate Allowance Target in the official release is -to reduce transaction costs. Depending on the operational overhead for our integrators, -we may support allowances on both the Exchange V4 & the Allowance Target after the official release, which is slated for January, 2021. \ No newline at end of file +For takers, legacy allowances set on the `Allowance Target <./addresses.html#exchange-v4>`_ will continue to work during this transition period but will suffer a gas penalty. It's highly encouraged to migrate allowances over to the Exchange Proxy as soon as possible to avoid interruption.