blockchain33
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
545577
5277
16
+ Addedcustom-uniswap-v2-sdk@^3.2.0
+ Added@uniswap/sdk-core@3.2.6(transitive)
+ Addedbig.js@5.2.2(transitive)
+ Addedcustom-uniswap-v2-sdk@3.2.0(transitive)
+ Addeddecimal.js-light@2.5.1(transitive)
+ Addedjsbi@3.2.5(transitive)
+ Addedtiny-invariant@1.3.3(transitive)
+ Addedtiny-warning@1.0.3(transitive)
+ Addedtoformat@2.0.0(transitive)