Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

blockchain33

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blockchain33 - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

3

dist/blockchain.d.ts

@@ -20,2 +20,3 @@ import "reflect-metadata";

import { DelayedCaller } from "./multicall/delayed-caller";
import uniswapV2 from "custom-uniswap-v2-sdk";
declare const lib: {

@@ -67,3 +68,3 @@ nets: NET[];

declare const valid: (net: NET | number, address: string) => boolean;
export { NET, Token, NetworkName, Symbol, TX, NetParser, ethers, TronWeb, crypto, valid, net, lib };
export { NET, Token, NetworkName, Symbol, TX, NetParser, ethers, TronWeb, uniswapV2, crypto, valid, net, lib };
export interface SendTokenDto {

@@ -70,0 +71,0 @@ netId: number;

@@ -12,3 +12,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.Blockchain = exports.low = exports.uniswapV3 = exports.events = exports.lib = exports.net = exports.valid = exports.crypto = exports.TronWeb = exports.ethers = exports.NetParser = exports.TX = exports.Symbol = exports.NetworkName = void 0;
exports.Blockchain = exports.low = exports.uniswapV3 = exports.events = exports.lib = exports.net = exports.valid = exports.crypto = exports.uniswapV2 = exports.TronWeb = exports.ethers = exports.NetParser = exports.TX = exports.Symbol = exports.NetworkName = void 0;
require("reflect-metadata");

@@ -46,2 +46,4 @@ const axios_1 = require("axios");

const delayed_caller_1 = require("./multicall/delayed-caller");
const custom_uniswap_v2_sdk_1 = require("custom-uniswap-v2-sdk");
exports.uniswapV2 = custom_uniswap_v2_sdk_1.default;
const WAValidator = require('multicoin-address-validator');

@@ -48,0 +50,0 @@ const { Interface, formatEther, formatUnits, parseUnits } = ethers_1.ethers.utils;

@@ -11,3 +11,3 @@ {

],
"version": "0.0.10",
"version": "0.0.11",
"description": "utilities for All blockchain like EVM (ETH)",

@@ -47,2 +47,3 @@ "main": "dist/blockchain.js",

"crc": "^4.3.2",
"custom-uniswap-v2-sdk": "^3.2.0",
"dotenv": "^16.3.1",

@@ -49,0 +50,0 @@ "ethers": "5.7.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc