We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents adc146d + a9fd157 commit b97f5e7Copy full SHA for b97f5e7
…kages/contracts/sdk/RollupOnlyService.ts packages/contracts/sdk/RollupService.tspackages/contracts/sdk/RollupOnlyService.ts renamed to packages/contracts/sdk/RollupService.ts
packages/contracts/sdk/backendSdk.ts
@@ -4,7 +4,7 @@ import { utils } from "@repo/utils";
4
import os from "node:os";
5
import type { AsyncOrSync } from "ts-essentials";
6
import { NativeUltraHonkBackend } from "./NativeUltraHonkBackend";
7
-import { RollupService } from "./RollupOnlyService";
+import { RollupService } from "./RollupService";
8
import { createCoreSdk } from "./sdk";
9
import type { TreesService } from "./TreesService";
10
0 commit comments