Skip to content

Commit

Permalink
refactor: fix after merging with develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
homura committed Nov 28, 2023
1 parent 00afd8b commit 9681b41
Show file tree
Hide file tree
Showing 5 changed files with 304 additions and 354 deletions.
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-lumos/crypto",
"version": "0.21.0-next.2",
"version": "0.21.0-next.3",
"description": "Crypto library for Lumos",
"author": "",
"homepage": "https://github.com/ckb-js/lumos#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
} from "./address-to-script";
import { hexToByteArray } from "./utils";
import { validators } from "@ckb-lumos/toolkit";
import { HashType } from "@ckb-lumos/base/lib/blockchain";
import { HashType } from "@ckb-lumos/base/blockchain";

const { bytify, hexify } = bytes;
export interface Options {
Expand Down
4 changes: 2 additions & 2 deletions packages/light-client/src/type.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { CKBComponents } from "@ckb-lumos/rpc/lib/types/api";
import { RPC } from "@ckb-lumos/rpc/lib/types/rpc";
import { CKBComponents } from "@ckb-lumos/rpc/types/api";
import { RPC } from "@ckb-lumos/rpc/types/rpc";

export enum FetchFlag {
Fetched = "fetched",
Expand Down
2 changes: 1 addition & 1 deletion packages/testkit/src/mock-ckb-jsonrpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import express, { Express } from "express";
import bodyParser from "body-parser";
import { blockchain, LocalNode, utils } from "@ckb-lumos/base";
import { bytes } from "@ckb-lumos/codec";
import { RPC } from "@ckb-lumos/rpc/lib/types/rpc";
import { RPC } from "@ckb-lumos/rpc/types/rpc";
import TransactionStatus = RPC.TransactionStatus;

interface Options {
Expand Down
Loading

0 comments on commit 9681b41

Please sign in to comment.