Update Exchange.js
add pools
This commit is contained in:
@@ -7,7 +7,7 @@ import { parseUnits } from "ethers/lib/utils";
|
||||
|
||||
import { ROUTER_ADDRESS } from "../config";
|
||||
|
||||
const Exchange = () => {
|
||||
const Exchange = ({ pools }) => {
|
||||
return (
|
||||
<div>Exchange</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user