fix(apps): add logos for bullx/photon/banana-gun, fix exec API routing #2814
Annotations
2 errors and 3 warnings
|
check
Process completed with exit code 1.
|
|
error: expect(received).toMatchObject(expected):
src/app/api/bench/hyperliquid-frontends/history/route.test.ts#L209
{
"rows": [
{
"fees_usd": 90000,
"fills": 12000,
"name": "Phantom",
"rank": 1,
- "slug": "0xphantom",
+ "slug": "phantom",
"volume_usd": 9000000,
},
{
+ "fees_usd": 45000,
+ "fills": 6000,
+ "name": "MetaMask",
"rank": 2,
- "slug": "0xmetamask",
+ "slug": "metamask",
"volume_usd": 4500000,
},
],
"source": "archive",
+ "timeseries_daily": {},
+ "updated_at": "2026-06-25T00:00:00.000Z",
"window": "1y",
}
- Expected - 2
+ Received + 7
at <anonymous> (/home/runner/work/OpenChainBench/OpenChainBench/src/app/api/bench/hyperliquid-frontends/history/route.test.ts:209:20)
|
|
check
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
check:
src/components/time-series-chart/index.tsx#L546
React Hook useMemo has missing dependencies: 'panelLazy30d' and 'panelLazy7d'. Either include them or remove the dependency array
|
|
check:
src/components/time-series-chart/chart.tsx#L296
React Hook useMemo has a missing dependency: 'zoom'. Either include it or remove the dependency array
|