From f00524e5188894cfd671794705174e07fb012fb1 Mon Sep 17 00:00:00 2001 From: Lawrence Forman Date: Sat, 16 Nov 2019 14:21:41 -0500 Subject: [PATCH] `@0x/contracts-erc20-bridge-sampler`: Update README --- contracts/erc20-bridge-sampler/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contracts/erc20-bridge-sampler/README.md b/contracts/erc20-bridge-sampler/README.md index 7ab3cb2306..75017ed771 100644 --- a/contracts/erc20-bridge-sampler/README.md +++ b/contracts/erc20-bridge-sampler/README.md @@ -1,3 +1,5 @@ ## ERC20BridgeSampler -These are contracts used in DEX aggregation. +These contracts are used in DEX aggregation. + +This is an MVP implementation, which agnostically samples DEXes for off-chain sorting and order generation. It is entirely read-only and never not touches any funds.