Skip to content

Commit

Permalink
Merge branch 'main' into hub-staking
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Aug 5, 2024
2 parents 4bb7b54 + 7ac9943 commit ae2476f
Show file tree
Hide file tree
Showing 70 changed files with 418 additions and 104 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: npm install --global vercel@latest

- name: Pull Vercel Environment Information
run: vercel env pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
run: vercel env pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}

- name: Build project
run: EXPORT=true yarn build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/reindex-embeddings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ env:
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
on:
push:
branches: [main]
tags:
- "*"
jobs:
reindex-embeddings:
runs-on: ubuntu-latest
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"author": "zetachain",
"scripts": {
"build": "yarn clean && next build",
"build": "NODE_OPTIONS=--max-old-space-size=6144 yarn clean && next build",
"postbuild": "next-sitemap",
"dev": "next dev -p 3001",
"lint:fix": "npx eslint --ext .js,.jsx,.ts,.tsx --fix ./src",
Expand Down Expand Up @@ -46,6 +46,7 @@
"axios": "1.6.5",
"bech32": "2.0.0",
"clsx": "1.2.1",
"date-fns": "^3.6.0",
"cmdk": "1.0.0",
"dotenv": "16.3.1",
"ethers": "5.7.2",
Expand All @@ -54,7 +55,7 @@
"lodash-es": "4.17.21",
"mdast-util-from-markdown": "2.0.1",
"micromark-extension-mdxjs": "3.0.0",
"next": "14.0.4",
"next": "14.2.5",
"next-redux-wrapper": "8.1.0",
"next-seo": "6.0.0",
"next-sitemap": "^4.2.3",
Expand Down Expand Up @@ -88,6 +89,7 @@
"@emotion/babel-plugin": "11.11.0",
"@emotion/babel-plugin-jsx-pragmatic": "0.2.1",
"@next/eslint-plugin-next": "12.3.4",
"@types/date-fns": "^2.6.0",
"@types/eslint": "8.56.2",
"@types/lodash-es": "4.17.12",
"@types/node": "17.0.45",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions public/img/icons/zetachain/horizontal/black-on-gray.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions public/img/icons/zetachain/horizontal/black-on-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ae2476f

Please sign in to comment.