From 61bf93aac2fe8edbe45bc6a8a31941db21df88e9 Mon Sep 17 00:00:00 2001 From: "F. Eugene Aumson" Date: Tue, 20 Oct 2020 14:30:04 -0400 Subject: [PATCH] Leave link to PR in comments --- packages/asset-swapper/src/constants.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/asset-swapper/src/constants.ts b/packages/asset-swapper/src/constants.ts index 745e816bbf..d4686e9923 100644 --- a/packages/asset-swapper/src/constants.ts +++ b/packages/asset-swapper/src/constants.ts @@ -128,5 +128,6 @@ export const constants = { // data analysis work and address some of the issues with maker fillable amounts // in later milestones. Once the feature is fully rolled out and is providing value // and we have assessed that there is no user impact, we will proceed in cleaning up -// the feature flag. +// the feature flag. When that time comes, follow this PR to "undo" the feature flag: +// https://github.com/0xProject/0x-monorepo/pull/2735 export const IS_PRICE_AWARE_RFQ_ENABLED: boolean = false;