Merge pull request #299 from blockscout/block-sockets
sockets for blocks list and tx page
Showing
lib/socket/context.tsx
0 → 100644
lib/socket/types.ts
0 → 100644
... | ... | @@ -42,6 +42,7 @@ |
"next": "12.2.5", | ||
"next-react-svg": "1.1.3", | ||
"node-fetch": "^3.2.9", | ||
"phoenix": "^1.6.15", | ||
"pino-http": "^8.2.1", | ||
"pino-pretty": "^9.1.1", | ||
"react": "18.1.0", | ||
... | ... | @@ -56,6 +57,7 @@ |
"devDependencies": { | ||
"@playwright/experimental-ct-react": "^1.26.1", | ||
"@types/node": "17.0.36", | ||
"@types/phoenix": "^1.5.4", | ||
"@types/react": "18.0.9", | ||
"@types/react-dom": "18.0.5", | ||
"@typescript-eslint/eslint-plugin": "^5.27.0", | ||
... | ... |
ui/tx/TxPendingAlert.tsx
0 → 100644
ui/tx/TxSocketAlert.tsx
0 → 100644
ui/tx/useFetchTxInfo.tsx
0 → 100644
Please register or sign in to comment