Skip to content

Commit

Permalink
modified: packages/nextjs/components/nest/NestEnginefunction.tsx
Browse files Browse the repository at this point in the history
	modified:   packages/nextjs/package.json
	modified:   yarn.lock
  • Loading branch information
NeelClaudel committed Oct 28, 2023
1 parent 49d55e5 commit 29fe58d
Show file tree
Hide file tree
Showing 3 changed files with 629 additions and 34 deletions.
2 changes: 1 addition & 1 deletion packages/nextjs/components/nest/NestEnginefunction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
//import { ETHToPrice } from "./EthToPrice";
//import { Token } from "@uniswap/sdk-core";
//import humanizeDuration from "humanize-duration";
//import { formatEther } from "viem";
import { useState } from "react";
//import { formatEther } from "viem";
import { useAccount } from "wagmi";
import { IntegerInput } from "~~/components/scaffold-eth";
import {
Expand Down
1 change: 1 addition & 0 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@uniswap/v2-sdk": "^3.0.1",
"blo": "^1.0.1",
"daisyui": "^3.5.1",
"eth-hooks": "^4.6.2",
"ethers": "5.0.0",
"next": "^13.1.6",
"nextjs-progressbar": "^0.0.16",
Expand Down
Loading

0 comments on commit 29fe58d

Please sign in to comment.