Merge branch 'main' into category-tabs
Showing
icons/ABI_slim.svg
0 → 100644
icons/dots.svg
0 → 100644
icons/user_op.svg
0 → 100644
icons/user_op_slim.svg
0 → 100644
lib/hexToDecimal.ts
0 → 100644
lib/units.ts
0 → 100644
lib/web3/client.ts
0 → 100644
lib/web3/currentChain.ts
0 → 100644
mocks/userOps/userOp.ts
0 → 100644
mocks/userOps/userOps.ts
0 → 100644
| ... | @@ -4,8 +4,8 @@ | ... | @@ -4,8 +4,8 @@ |
| "private": false, | "private": false, | ||
| "homepage": "https://github.com/blockscout/frontend#readme", | "homepage": "https://github.com/blockscout/frontend#readme", | ||
| "engines": { | "engines": { | ||
| "node": "18", | "node": "20.11.0", | ||
| "npm": "8" | "npm": "10.2.4" | ||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "dev": "./tools/scripts/dev.sh", | "dev": "./tools/scripts/dev.sh", | ||
| ... | @@ -24,7 +24,7 @@ | ... | @@ -24,7 +24,7 @@ |
| "svg:build-sprite": "icons build -i ./icons -o ./public/icons --optimize", | "svg:build-sprite": "icons build -i ./icons -o ./public/icons --optimize", | ||
| "test:pw": "./tools/scripts/pw.sh", | "test:pw": "./tools/scripts/pw.sh", | ||
| "test:pw:local": "export NODE_PATH=$(pwd)/node_modules && yarn test:pw", | "test:pw:local": "export NODE_PATH=$(pwd)/node_modules && yarn test:pw", | ||
| "test:pw:docker": "docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.35.1-focal ./tools/scripts/pw.docker.sh", | "test:pw:docker": "docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.41.1-focal ./tools/scripts/pw.docker.sh", | ||
| "test:pw:ci": "yarn test:pw --project=$PW_PROJECT", | "test:pw:ci": "yarn test:pw --project=$PW_PROJECT", | ||
| "test:jest": "jest", | "test:jest": "jest", | ||
| "test:jest:watch": "jest --watch", | "test:jest:watch": "jest --watch", | ||
| ... | @@ -99,8 +99,8 @@ | ... | @@ -99,8 +99,8 @@ |
| "xss": "^1.0.14" | "xss": "^1.0.14" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@playwright/experimental-ct-react": "1.35.1", | "@playwright/experimental-ct-react": "1.41.1", | ||
| "@playwright/test": "^1.35.1", | "@playwright/test": "1.41.1", | ||
| "@svgr/webpack": "^6.5.1", | "@svgr/webpack": "^6.5.1", | ||
| "@tanstack/eslint-plugin-query": "^5.0.5", | "@tanstack/eslint-plugin-query": "^5.0.5", | ||
| "@testing-library/react": "^14.0.0", | "@testing-library/react": "^14.0.0", | ||
| ... | @@ -112,7 +112,7 @@ | ... | @@ -112,7 +112,7 @@ |
| "@types/jest": "^29.2.0", | "@types/jest": "^29.2.0", | ||
| "@types/js-cookie": "^3.0.2", | "@types/js-cookie": "^3.0.2", | ||
| "@types/mixpanel-browser": "^2.38.1", | "@types/mixpanel-browser": "^2.38.1", | ||
| "@types/node": "18.11.18", | "@types/node": "20.11.0", | ||
| "@types/phoenix": "^1.5.4", | "@types/phoenix": "^1.5.4", | ||
| "@types/qrcode": "^1.5.0", | "@types/qrcode": "^1.5.0", | ||
| "@types/react": "18.0.9", | "@types/react": "18.0.9", | ||
| ... | ... |
pages/op/[hash].tsx
0 → 100644
pages/ops.tsx
0 → 100644
stubs/RPC.ts
0 → 100644
stubs/userOps.ts
0 → 100644
types/api/userOps.ts
0 → 100644
types/client/contract.ts
0 → 100644
33.5 KB
ui/block/useBlockQuery.tsx
0 → 100644
ui/block/useBlockTxQuery.tsx
0 → 100644
ui/pages/UserOp.pw.tsx
0 → 100644
ui/pages/UserOp.tsx
0 → 100644
ui/pages/UserOps.pw.tsx
0 → 100644
ui/pages/UserOps.tsx
0 → 100644
25.6 KB
21.3 KB
75.7 KB
67.9 KB
46 KB
70.1 KB
3.37 KB
2.63 KB
3.83 KB
3.58 KB
1.54 KB
3.29 KB
27.4 KB
16.6 KB
ui/tx/TxDetailsDegraded.tsx
0 → 100644
ui/tx/TxUserOps.tsx
0 → 100644
137 KB
141 KB
134 KB
92 KB
110 KB
80.5 KB
76.6 KB
138 KB
103 KB
117 KB
156 KB
92.7 KB
121 KB
111 KB
149 KB
ui/tx/details/TxInfo.tsx
0 → 100644
133 KB
137 KB
131 KB
88.6 KB
77.4 KB
73.3 KB
135 KB
99.7 KB
113 KB
153 KB
92.6 KB
118 KB
108 KB
146 KB
ui/txs/TxsList.tsx
0 → 100644
ui/userOp/UserOpDetails.tsx
0 → 100644
ui/userOp/UserOpRaw.tsx
0 → 100644
ui/userOps/UserOpsTable.tsx
0 → 100644