Update Exchange.js

add pools
This commit is contained in:
Daniel
2022-11-05 11:55:06 +01:00
parent e167461ab9
commit 16ba492aa0

View File

@@ -7,7 +7,7 @@ import { parseUnits } from "ethers/lib/utils";
import { ROUTER_ADDRESS } from "../config";
const Exchange = () => {
const Exchange = ({ pools }) => {
return (
<div>Exchange</div>
)