Merge pull request #220 from blockscout/tx-page-api
tx page api integration
Showing
data/txInternal.ts
deleted
100644 → 0
data/txLogs.ts
deleted
100644 → 0
lib/consts.ts
0 → 100644
... | @@ -25,6 +25,7 @@ | ... | @@ -25,6 +25,7 @@ |
"@tanstack/react-query-devtools": "^4.0.10", | "@tanstack/react-query-devtools": "^4.0.10", | ||
"@types/react-scroll": "^1.8.4", | "@types/react-scroll": "^1.8.4", | ||
"dayjs": "^1.11.5", | "dayjs": "^1.11.5", | ||
"ethers": "^5.7.1", | |||
"framer-motion": "^6", | "framer-motion": "^6", | ||
"lodash": "^4.0.0", | "lodash": "^4.0.0", | ||
"next": "12.2.5", | "next": "12.2.5", | ||
... | ... |
types/api/tx.ts
deleted
100644 → 0
ui/shared/CurrencyValue.tsx
0 → 100644
This diff is collapsed.
ui/tx/logs/TxLogSkeleton.tsx
0 → 100644
This diff is collapsed.
Please register or sign in to comment