Skip to content

Commit

Permalink
chore: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinicius Catarino committed Sep 30, 2024
1 parent 9292c2b commit ad6cd8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@calindra/cartesify",
"version": "1.1.2",
"version": "1.1.0",
"description": "Web3 Client to Send Input to dApp",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Hex } from "./hex";
import { MessageField, PrimaryType } from "./models/input-transactor";
import type { ObjectLike } from "./types";
import { STATUS_CODES } from "http"
import { STATUS_CODES } from "node:http"

export class Utils {
static isObject(value: unknown): value is ObjectLike {
Expand Down
2 changes: 1 addition & 1 deletion tests/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Network, type Provider, ethers, ContractTransactionResponse } from "eth
import { Hex } from "../src/hex";
import type { InputBox } from "@cartesi/rollups";
import type { Log } from "../src/types";
import { randomBytes } from "crypto"
import { randomBytes } from "node:crypto"

function generateValidEth(): string {
const rb = randomBytes(20);
Expand Down

0 comments on commit ad6cd8c

Please sign in to comment.