Skip to content

Commit

Permalink
Merge pull request #43 from GenerationSoftware/toucan
Browse files Browse the repository at this point in the history
Toucan Deployment
  • Loading branch information
Ncookiez authored Apr 18, 2024
2 parents 02d0a9c + e489700 commit d7abed1
Show file tree
Hide file tree
Showing 364 changed files with 10,840 additions and 15,176 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pnpm-lock.yaml
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This monorepo includes many of PoolTogether's apps and packages in order to faci

Make sure you have [pnpm](https://pnpm.io/) installed, as it is the package manager used throughout this monorepo.

`pnpm install`
`pnpm i`

## 🏎️   Quickstart

Expand Down Expand Up @@ -52,10 +52,13 @@ All apps above are [Next.js](https://nextjs.org/) apps with [Tailwind CSS](https

Prize pool and auxiliary contract addresses are included in the `hyperstructure-client-js` package. If you'd like to use older protocol deployments, refer to the versions below:

- Current Optimism Deployment:
- Current:
- `hyperstructure-client-js@latest`
- `hyperstructure-react-hooks@latest`
- Beta Optimism Deployment:
- Canary (Optimism):
- `[email protected]`
- `[email protected]`
- Beta (Optimism):
- `[email protected]`
- `[email protected]`

Expand Down
5 changes: 1 addition & 4 deletions apps/analytics/.env.example
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Mainnet RPC URLs
NEXT_PUBLIC_MAINNET_RPC_URL="YOUR_MAINNET_RPC_HERE"
NEXT_PUBLIC_OPTIMISM_RPC_URL="YOUR_OPTIMISM_RPC_HERE"
NEXT_PUBLIC_ARBITRUM_RPC_URL="YOUR_ARBITRUM_RPC_HERE"

# Testnet RPC URLs
NEXT_PUBLIC_SEPOLIA_RPC_URL="YOUR_SEPOLIA_RPC_HERE"
NEXT_PUBLIC_OPTIMISM_SEPOLIA_RPC_URL="YOUR_OPTIMISM_SEPOLIA_RPC_HERE"
NEXT_PUBLIC_ARBITRUM_SEPOLIA_RPC_URL="YOUR_ARBITRUM_SEPOLIA_RPC_HERE"
NEXT_PUBLIC_OPTIMISM_SEPOLIA_RPC_URL="YOUR_OPTIMISM_SEPOLIA_RPC_HERE"
4 changes: 2 additions & 2 deletions apps/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "analytics",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "next dev --port 3004",
Expand All @@ -19,7 +19,7 @@
"framer-motion": "^10.12.16",
"jotai": "^1.13.1",
"lottie-react": "^2.4.0",
"next": "13.3.0",
"next": "14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.2",
Expand Down
1 change: 0 additions & 1 deletion apps/analytics/public/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
<url> <loc>https://analytics.cabana.fi</loc> <changefreq>daily</changefreq> <priority>0.8</priority> </url>
<url> <loc>https://analytics.cabana.fi/liquidations</loc> <changefreq>daily</changefreq> <priority>0.8</priority> </url>
<url> <loc>https://analytics.cabana.fi/prizes</loc> <changefreq>daily</changefreq> <priority>0.8</priority> </url>
<url> <loc>https://analytics.cabana.fi/reserve</loc> <changefreq>daily</changefreq> <priority>0.8</priority> </url>
</urlset>
5 changes: 0 additions & 5 deletions apps/analytics/src/atoms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,3 @@ import { atom } from 'jotai'
* Current timestamp atom
*/
export const currentTimestampAtom = atom<number>(getSecondsSinceEpoch())

/**
* Selected draw ID
*/
export const selectedDrawIdAtom = atom<number | undefined>(undefined)
80 changes: 0 additions & 80 deletions apps/analytics/src/components/Burn/BurnCard.tsx

This file was deleted.

50 changes: 0 additions & 50 deletions apps/analytics/src/components/Burn/BurnHeader.tsx

This file was deleted.

51 changes: 0 additions & 51 deletions apps/analytics/src/components/Burn/RecentBurnStats.tsx

This file was deleted.

Loading

0 comments on commit d7abed1

Please sign in to comment.