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";
|
import { ROUTER_ADDRESS } from "../config";
|
||||||
|
|
||||||
const Exchange = () => {
|
const Exchange = ({ pools }) => {
|
||||||
return (
|
return (
|
||||||
<div>Exchange</div>
|
<div>Exchange</div>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user