Merge branch 'main' into address-qr-code
Showing
icons/logo.svg
deleted
100644 → 0
icons/repeat_arrow.svg
0 → 100644
icons/stats.svg
0 → 100644
lib/getCurrencyValue.ts
0 → 100644
lib/hooks/useLoginUrl.tsx
0 → 100644
lib/isSelfHosted.ts
0 → 100644
... | ... | @@ -12,7 +12,6 @@ |
"dev:poa_core": "./node_modules/.bin/dotenv -e ./configs/envs/.env.poa_core -e ./configs/envs/.env.common -e ./configs/envs/.env.secrets next dev | ./node_modules/.bin/pino-pretty", | ||
"dev:goerli": "./node_modules/.bin/dotenv -e ./configs/envs/.env.goerli -e ./configs/envs/.env.common -e ./configs/envs/.env.secrets next dev | ./node_modules/.bin/pino-pretty", | ||
"build": "next build", | ||
"build:vercel": "./node_modules/.bin/dotenv -e ./configs/envs/.env.poa_core -e ./configs/envs/.env.common next build", | ||
"build:docker": "docker build --build-arg GIT_COMMIT_SHA=$(git rev-parse HEAD) -t blockscout ./", | ||
"start": "next start", | ||
"start:docker:poa_core": "docker run -p 3000:3000 --env-file ./configs/envs/.env.common --env-file ./configs/envs/.env.poa_core --env-file ./configs/envs/.env.secrets blockscout", | ||
... | ... | @@ -28,13 +27,13 @@ |
"test:jest:watch": "jest --watch" | ||
}, | ||
"dependencies": { | ||
"@chakra-ui/react": "2.3.1", | ||
"@chakra-ui/theme-tools": "^2.0.2", | ||
"@emotion/react": "^11", | ||
"@emotion/styled": "^11", | ||
"@chakra-ui/react": "2.4.3", | ||
"@chakra-ui/theme-tools": "^2.0.14", | ||
"@emotion/react": "^11.10.4", | ||
"@emotion/styled": "^11.10.4", | ||
"@sentry/nextjs": "^7.12.1", | ||
"@sentry/react": "^7.13.0", | ||
"@sentry/tracing": "^7.13.0", | ||
"@sentry/react": "^7.24.0", | ||
"@sentry/tracing": "^7.24.0", | ||
"@tanstack/react-query": "^4.0.10", | ||
"@tanstack/react-query-devtools": "^4.0.10", | ||
"@types/react-scroll": "^1.8.4", | ||
... | ... | @@ -42,7 +41,7 @@ |
"d3": "^7.6.1", | ||
"dayjs": "^1.11.5", | ||
"ethers": "^5.7.1", | ||
"framer-motion": "^6", | ||
"framer-motion": "^6.5.1", | ||
"lodash": "^4.0.0", | ||
"next": "12.2.5", | ||
"node-fetch": "^3.2.9", | ||
... | ... | @@ -50,8 +49,8 @@ |
"pino-http": "^8.2.1", | ||
"pino-pretty": "^9.1.1", | ||
"qrcode": "^1.5.1", | ||
"react": "18.1.0", | ||
"react-dom": "18.1.0", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"react-hook-form": "^7.33.1", | ||
"react-identicons": "^1.2.5", | ||
"react-jazzicon": "^1.0.4", | ||
... | ... |
File moved
File moved
pages/api/stats/charts.ts
0 → 100644
pages/api/stats/counters.ts
0 → 100644
36.8 KB
27.6 KB
36.4 KB
27.3 KB
29.7 KB
37.6 KB
36.3 KB
27.2 KB
ui/home/StatsGasPrices.tsx
0 → 100644









ui/shared/ad/AdBanner.tsx
0 → 100644
ui/shared/ad/adbutler.html
0 → 100644