Skip to content

Commit d606f8f

Browse files
Shawclaude
andcommitted
fix: restore wallet-market-overview-route to app-core (undoes accidental move)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1459a24 commit d606f8f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/plugin-wallet/src/routes/wallet-market-overview-route.test.ts renamed to packages/app-core/src/api/wallet-market-overview-route.test.ts

File renamed without changes.

plugins/plugin-wallet/src/routes/wallet-market-overview-route.ts renamed to packages/app-core/src/api/wallet-market-overview-route.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import type {
88
WalletMarketPrediction,
99
WalletMarketPriceSnapshot,
1010
} from "@elizaos/shared";
11-
import { resolveCloudApiBaseUrl } from "./cloud-connection";
12-
import { sendJson, sendJsonError } from "./response";
11+
import { resolveCloudApiBaseUrl } from "@elizaos/app-core/api/cloud-connection";
12+
import { sendJson, sendJsonError } from "@elizaos/app-core/api/response";
1313

1414
const MARKET_OVERVIEW_PATH = "/api/wallet/market-overview";
1515
const CLOUD_MARKET_OVERVIEW_PREVIEW_PATH = "/market/preview/wallet-overview";

0 commit comments

Comments
 (0)