From 16ba492aa0657afc77666a6d48b9055034d3028d Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 5 Nov 2022 11:55:06 +0100 Subject: [PATCH] Update Exchange.js add pools --- packages/react-app/src/components/Exchange.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-app/src/components/Exchange.js b/packages/react-app/src/components/Exchange.js index 878120b..07da0ba 100644 --- a/packages/react-app/src/components/Exchange.js +++ b/packages/react-app/src/components/Exchange.js @@ -7,7 +7,7 @@ import { parseUnits } from "ethers/lib/utils"; import { ROUTER_ADDRESS } from "../config"; -const Exchange = () => { +const Exchange = ({ pools }) => { return (
Exchange
)