Skip to content

Commit 4427ff6

Browse files
fix: storybook, remove APIs
1 parent 049c4cc commit 4427ff6

File tree

22 files changed

+163
-2179
lines changed

22 files changed

+163
-2179
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# curve-frontend
22

3-
Curve-frontend is a NextJs user-interface application designed to connect to Curve's deployment of smart contracts.
3+
Curve-frontend is a user-interface application designed to connect to Curve's deployment of smart contracts.
44
This UI application is designed for both the [Curve](https://curve.finance) dapp, and utilizes [curve-js](https://github.com/curvefi/curve-js) and [curve-llamalend-api](https://github.com/curvefi/curve-llamalend.js) to communicate with the blockchain.
55

66
## Prerequisites

apps/main/.browserslistrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
last 2 chrome version
2+
last 2 firefox version

apps/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"dev": "vite",
1111
"build": "tsc -b && vite build",
12-
"lint": "eslint ../frontend",
12+
"lint": "eslint",
1313
"preview": "vite preview",
1414
"typecheck": "tsc --noEmit",
1515
"commit": "commit",

apps/main/src/app/api/crvusd/route.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

apps/main/src/app/api/crvusd/types.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

apps/main/src/app/api/dex/[network]/route.ts

Lines changed: 0 additions & 77 deletions
This file was deleted.

apps/main/src/app/api/dex/types.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

apps/main/src/app/api/lend/route.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

apps/main/src/app/api/lend/types.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

apps/main/src/app/api/llamalend/route.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)