Merge branch 'main' of github.com:blockscout/frontend into fix-ci-cd
Showing
.vscode/extensions.json
0 → 100644
.vscode/tasks.json
0 → 100644
data/apps.ts
deleted
100644 → 0
This diff is collapsed.
data/marketplaceApps.json
0 → 100644
This diff is collapsed.
data/txInternal.ts
deleted
100644 → 0
data/txLogs.ts
deleted
100644 → 0
lib/consts.ts
0 → 100644
lib/getMarketplaceApps.ts
0 → 100644
lib/notEmpty.ts
0 → 100644
... | ... | @@ -30,6 +30,7 @@ |
"@tanstack/react-query-devtools": "^4.0.10", | ||
"@types/react-scroll": "^1.8.4", | ||
"dayjs": "^1.11.5", | ||
"ethers": "^5.7.1", | ||
"framer-motion": "^6", | ||
"lodash": "^4.0.0", | ||
"next": "12.2.5", | ||
... | ... |
types/api/addressParams.ts
0 → 100644
types/api/block.ts
0 → 100644
types/api/decodedInput.ts
0 → 100644
types/api/fee.ts
0 → 100644
types/api/log.ts
0 → 100644
types/api/rawTrace.ts
0 → 100644
types/api/reward.ts
0 → 100644
types/api/tokenTransfer.ts
0 → 100644
types/api/transaction.ts
0 → 100644
types/api/tx.ts
deleted
100644 → 0
ui/apps/AppCardSkeleton.tsx
0 → 100644
ui/apps/AppListSkeleton.tsx
0 → 100644
ui/apps/CategoriesMenu.tsx
0 → 100644
ui/pages/App.tsx
deleted
100644 → 0
ui/pages/MarketplaceApp.tsx
0 → 100644
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