Skip to content

Commit

Permalink
feat: remove legacy oeth and ousd dapps
Browse files Browse the repository at this point in the history
  • Loading branch information
toniocodo committed Aug 28, 2024
1 parent 3dd2d0b commit f3b75e2
Show file tree
Hide file tree
Showing 218 changed files with 9 additions and 52,984 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ To start the development server run `pnpm nx serve <APP_NAME>`

| Status | App Name | Port | `main` | `next` |
|:------:|:-------------|:-----|:-------------|:-------------|
| ✅ | `oeth` | 4200 | [aws](https://app.oeth.com/) [fleek](https://defi-oeth.on.fleek.co/) | [aws](https://next.d21cq9khxoetn4.amplifyapp.com/)
| ✅ | `ousd` | 4201 | [aws](https://app.ousd.com/) [fleek](https://defi-ousd.on.fleek.co/) | [aws](https://next.d3vake4ybrgst8.amplifyapp.com/)
| ✅ | `defi` | 4202 | [aws](https://main.drvhjg4vfr6lu.amplifyapp.com/) [fleek](https://originprotocol.eth.limo/) | [aws](https://next.drvhjg4vfr6lu.amplifyapp.com/)
| ✅ | `governance` | 4203 | [aws](https://governance.ousd.com/) | [aws](https://next.d11mo0k0jspnpd.amplifyapp.com/)
| ✅ | `prime` | 4204 | [aws](https://app.primestaked.com/) | [aws](https://next.d3ekvisba9ol3t.amplifyapp.com/#/restake)
| ✅ | `defi` | 4200 | [aws](https://main.drvhjg4vfr6lu.amplifyapp.com/) [fleek](https://originprotocol.eth.limo/) | [aws](https://next.drvhjg4vfr6lu.amplifyapp.com/)
| ✅ | `governance` | 4201 | [aws](https://governance.ousd.com/) | [aws](https://next.d11mo0k0jspnpd.amplifyapp.com/)
| ✅ | `prime` | 4202 | [aws](https://app.primestaked.com/) | [aws](https://next.d3ekvisba9ol3t.amplifyapp.com/#/restake)

## Storybook

Expand Down
4 changes: 2 additions & 2 deletions apps/defi/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ export default defineConfig({
cacheDir: '../../node_modules/.vite/defi',

server: {
port: 4202,
port: 4200,
host: 'localhost',
fs: {
allow: ['../..'],
},
},

preview: {
port: 4302,
port: 4300,
host: 'localhost',
},

Expand Down
4 changes: 2 additions & 2 deletions apps/governance/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ export default defineConfig({
cacheDir: '../../node_modules/.vite/governance',

server: {
port: 4203,
port: 4201,
host: 'localhost',
fs: {
allow: ['../..'],
},
},

preview: {
port: 4303,
port: 4301,
host: 'localhost',
},

Expand Down
15 changes: 0 additions & 15 deletions apps/oeth/.env

This file was deleted.

18 changes: 0 additions & 18 deletions apps/oeth/.eslintrc.json

This file was deleted.

57 changes: 0 additions & 57 deletions apps/oeth/index.html

This file was deleted.

75 changes: 0 additions & 75 deletions apps/oeth/project.json

This file was deleted.

30 changes: 0 additions & 30 deletions apps/oeth/public/favicon.svg

This file was deleted.

Binary file removed apps/oeth/public/fonts/Inter-Regular.woff2
Binary file not shown.
Binary file removed apps/oeth/public/fonts/Sailec-Bold.otf
Binary file not shown.
Binary file removed apps/oeth/public/fonts/Sailec-Medium.otf
Binary file not shown.
Binary file removed apps/oeth/public/fonts/Sailec-Regular.otf
Binary file not shown.
Binary file removed apps/oeth/public/images/meta_oeth.webp
Binary file not shown.
9 changes: 0 additions & 9 deletions apps/oeth/public/images/origin-ether-logo.svg

This file was deleted.

6 changes: 0 additions & 6 deletions apps/oeth/public/manifest.json

This file was deleted.

33 changes: 0 additions & 33 deletions apps/oeth/src/App.tsx

This file was deleted.

54 changes: 0 additions & 54 deletions apps/oeth/src/components/DisableLstBanner.tsx

This file was deleted.

Loading

0 comments on commit f3b75e2

Please sign in to comment.