Socket
Socket
Sign inDemoInstall

@ganache/utils

Package Overview
Dependencies
6
Maintainers
3
Versions
64
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1-beta.0 to 0.1.1-beta.1

3

lib/src/utils/constants.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.KNOWN_CHAINIDS = exports.WEI = exports.RPCQUANTITY_ONE = exports.RPCQUANTITY_ZERO = exports.RPCQUANTITY_EMPTY = exports.DATA_EMPTY = exports.BUFFER_8_ZERO = exports.BUFFER_32_ZERO = exports.BUFFER_ZERO = exports.BUFFER_EMPTY = exports.ACCOUNT_ZERO = exports.BUFFER_256_ZERO = void 0;
exports.KNOWN_CHAINIDS = exports.WEI = exports.RPCQUANTITY_GWEI = exports.RPCQUANTITY_ONE = exports.RPCQUANTITY_ZERO = exports.RPCQUANTITY_EMPTY = exports.DATA_EMPTY = exports.BUFFER_8_ZERO = exports.BUFFER_32_ZERO = exports.BUFFER_ZERO = exports.BUFFER_EMPTY = exports.ACCOUNT_ZERO = exports.BUFFER_256_ZERO = void 0;
const json_rpc_data_1 = require("../things/json-rpc/json-rpc-data");

@@ -16,4 +16,5 @@ const json_rpc_quantity_1 = require("../things/json-rpc/json-rpc-quantity");

exports.RPCQUANTITY_ONE = json_rpc_quantity_1.Quantity.from(1n);
exports.RPCQUANTITY_GWEI = json_rpc_quantity_1.Quantity.from(1000000000);
exports.WEI = 1000000000000000000n;
exports.KNOWN_CHAINIDS = new Set([1, 3, 4, 5, 42]);
//# sourceMappingURL=constants.js.map

@@ -6,3 +6,3 @@ {

},
"version": "0.1.1-beta.0",
"version": "0.1.1-beta.1",
"description": "Utility functions for @ganache packages",

@@ -69,3 +69,3 @@ "author": "David Murdoch <david@trufflesuite.com> (https://davidmurdoch.com)",

},
"gitHead": "3a2646f7aeed85e8ad0af20cb12c239109ba9005"
"gitHead": "fd31f6b70e9e5c9acfa2d232d4b34ccbbab2342d"
}

@@ -14,4 +14,5 @@ /// <reference types="node" />

export declare const RPCQUANTITY_ONE: Quantity;
export declare const RPCQUANTITY_GWEI: Quantity;
export declare const WEI: 1000000000000000000n;
export declare const KNOWN_CHAINIDS: Set<number>;
//# sourceMappingURL=constants.d.ts.map

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc