Skip to content

Commit

Permalink
feat: sync staging → main
Browse files Browse the repository at this point in the history
Signed-off-by: Griko Nibras <[email protected]>
  • Loading branch information
grikomsn committed Jan 11, 2024
2 parents 6fb753e + 008ebc9 commit c7b4dec
Show file tree
Hide file tree
Showing 109 changed files with 4,552 additions and 3,535 deletions.
2 changes: 1 addition & 1 deletion chain-registry
Submodule chain-registry updated 147 files
7 changes: 6 additions & 1 deletion env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ declare namespace NodeJS {
interface ProcessEnv {
readonly APP_URL?: string;
readonly NEXT_PUBLIC_API_URL?: string;
readonly CORS_EDGE_CONFIG?: string;

readonly POLKACHU_USER?: string;
readonly POLKACHU_PASSWORD?: string;

readonly CORS_EDGE_CONFIG?: string;
readonly RESEND_API_KEY?: string;
readonly NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID?: string;
readonly WALLETCONNECT_VERIFY_KEY?: string;
}
}
12 changes: 6 additions & 6 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ let nextConfig = {
ignoreDuringBuilds: Boolean(process.env.VERCEL),
},
productionBrowserSourceMaps: true,
rewrites: async () => [],
rewrites: async () => [
{
source: "/.well-known/walletconnect.txt",
destination: "/api/walletconnect/verify",
},
],
transpilePackages:
process.env.NODE_ENV === "test"
? [
Expand Down Expand Up @@ -86,11 +91,6 @@ function checkEnv() {

const log = require("next/dist/build/output/log");

if (!process.env.NEXT_PUBLIC_API_URL) {
log.warn(
'env NEXT_PUBLIC_API_URL is not set, using SKIP_API_URL from "@skip-router/core"',
);
}
if (!process.env.POLKACHU_USER || !process.env.POLKACHU_PASSWORD) {
log.warn(
"env POLKACHU_USER or POLKACHU_PASSWORD is not set, /nodes/[chainID] will not work",
Expand Down
2,048 changes: 1,353 additions & 695 deletions package-lock.json

Large diffs are not rendered by default.

85 changes: 45 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"scripts": {
"build": "next build",
"chains:generate": "tsx ./src/scripts/codegen.ts",
"chains:update": "git submodule init && git submodule update --remote",
"chains:generate": "tsx ./src/scripts/codegen.ts",
"dev": "next dev",
"lint": "eslint --fix \"**/*.{js,jsx,ts,tsx}\"",
"postinstall": "patch-package && run-s chains:*",
Expand Down Expand Up @@ -33,84 +33,89 @@
"@cosmjs/proto-signing": "0.31.x",
"@cosmjs/stargate": "0.31.x",
"@cosmjs/tendermint-rpc": "0.31.x",
"@cosmos-kit/core": "^2.7.11",
"@cosmos-kit/cosmostation": "^2.5.1",
"@cosmos-kit/keplr": "^2.5.1",
"@cosmos-kit/leap": "^2.5.1",
"@cosmos-kit/okxwallet": "^2.3.12",
"@cosmos-kit/react": "^2.9.16",
"@cosmos-kit/react-lite": "^2.5.13",
"@cosmos-kit/station": "^2.4.11",
"@cosmos-kit/vectis": "^2.5.1",
"@cosmos-kit/xdefi": "^2.4.13",
"@evmos/proto": "^0.2.1",
"@evmos/provider": "^0.3.1",
"@evmos/transactions": "^0.3.2",
"@cosmos-kit/core": "2.7.x",
"@cosmos-kit/cosmostation": "2.5.x",
"@cosmos-kit/initia": "0.1.x",
"@cosmos-kit/keplr": "2.5.x",
"@cosmos-kit/leap": "2.5.x",
"@cosmos-kit/okxwallet": "2.3.x",
"@cosmos-kit/react": "2.9.x",
"@cosmos-kit/react-lite": "2.5.x",
"@cosmos-kit/station": "2.4.x",
"@cosmos-kit/vectis": "2.5.x",
"@cosmos-kit/xdefi": "2.4.x",
"@fontsource/jost": "^5.0.16",
"@graz-sh/types": "^0.0.14",
"@headlessui/react": "^1.7.17",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@injectivelabs/sdk-ts": "^1.14.4",
"@injectivelabs/utils": "^1.14.4",
"@keplr-wallet/types": "^0.12.54",
"@keplr-wallet/types": "^0.12.60",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-stately/table": "^3.11.4",
"@sentry/nextjs": "^7.90.0",
"@skip-router/core": "^1.1.2",
"@tanstack/react-query": "^5.14.2",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@sentry/nextjs": "^7.93.0",
"@skip-router/core": "^1.2.3",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/query-sync-storage-persister": "^5.17.9",
"@tanstack/react-query": "^5.17.9",
"@tanstack/react-query-persist-client": "^5.17.9",
"@types/node": "^20.11.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vercel/analytics": "^1.1.1",
"@vercel/edge-config": "^0.4.1",
"@web3modal/core": "^3.5.1",
"@web3modal/ui": "^3.5.1",
"@web3modal/core": "^3.5.5",
"@web3modal/ui": "^3.5.5",
"autoprefixer": "^10.4.16",
"axios": "^1.6.2",
"clsx": "^2.0.0",
"axios": "^1.6.5",
"clsx": "^2.1.0",
"cosmjs-types": "0.8.x",
"date-fns": "^3.0.1",
"date-fns": "^3.2.0",
"download": "^8.0.0",
"ethers": "^6.9.1",
"ethers": "^6.9.2",
"match-sorter": "^6.3.1",
"next": "^14.0.4",
"postcss": "^8.4.32",
"next-seo": "^6.4.0",
"postcss": "^8.4.33",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.0",
"react-hot-toast": "^2.4.1",
"resend": "^2.1.0",
"tailwindcss": "^3.4.1",
"tinykeys": "^2.1.0",
"undici": "^6.2.0",
"viem": "^1.20.3",
"wagmi": "^1.4.12",
"undici": "^6.3.0",
"viem": "1.x",
"wagmi": "1.x",
"zod": "^3.22.4",
"zustand": "^4.4.7"
},
"devDependencies": {
"@playwright/test": "^1.40.1",
"@tanstack/eslint-plugin-query": "^5.12.1",
"@testing-library/jest-dom": "^6.1.5",
"@tanstack/eslint-plugin-query": "^5.17.7",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@testing-library/user-event": "^14.5.2",
"@types/download": "^8.0.5",
"@types/jest": "^29.5.11",
"@types/testing-library__jest-dom": "^5.14.9",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"globby": "^14.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"msw": "1.x",
"npm-run-all2": "^6.1.1",
"p-map": "^7.0.0",
"p-map": "^7.0.1",
"patch-package": "^8.0.0",
"prettier": "^3.1.1",
"resize-observer-polyfill": "^1.5.1",
Expand Down
23 changes: 0 additions & 23 deletions public/logo.svg

This file was deleted.

Loading

1 comment on commit c7b4dec

@vercel
Copy link

@vercel vercel bot commented on c7b4dec Jan 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.