Socket
Socket
Sign inDemoInstall

@big-whale-labs/constants

Package Overview
Dependencies
Maintainers
9
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@big-whale-labs/constants - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

6

dist/index.d.ts
import 'module-alias/register';
import 'source-map-support/register';
export declare const ETH_WS = "wss://rinkeby.sealcred.xyz/ws";
export declare const FORTMATIC_KEY = "pk_test_59D9E782219D2943";
export declare const ETH_NETWORK = "rinkeby";
export declare const ETH_RPC = "https://rinkeby.sealcred.xyz/rpc";
export declare const ETH_WS = "wss://rinkeby.sealcred.xyz/ws";
export declare const BITSKI_CLIENT_ID = "b860c339-5e6d-4453-8189-155f872b2fc8";
export declare const SC_LEDGER_CONTRACT_ADDRESS = "0x11E44Ee2F9B5Ae5f9bD7d018A3dcdE7eDaEdD212";
export declare const CONTRACT_ADDRESS = "0x722B0676F457aFe13e479eB2a8A4De88BA15B2c6";
export declare const SCLEDGER_CONTRACT_ADDRESS = "0x11E44Ee2F9B5Ae5f9bD7d018A3dcdE7eDaEdD212";
export declare const DOSU_INVITES_CONTRACT_ADDRESS = "0x722B0676F457aFe13e479eB2a8A4De88BA15B2c6";
export declare const QUERY_BLOCK_LIMIT = 500000;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.QUERY_BLOCK_LIMIT = exports.CONTRACT_ADDRESS = exports.SC_LEDGER_CONTRACT_ADDRESS = exports.BITSKI_CLIENT_ID = exports.ETH_RPC = exports.ETH_NETWORK = exports.FORTMATIC_KEY = exports.ETH_WS = void 0;
exports.QUERY_BLOCK_LIMIT = exports.DOSU_INVITES_CONTRACT_ADDRESS = exports.SCLEDGER_CONTRACT_ADDRESS = exports.BITSKI_CLIENT_ID = exports.ETH_WS = exports.ETH_RPC = exports.ETH_NETWORK = exports.FORTMATIC_KEY = void 0;
require("module-alias/register");
require("source-map-support/register");
exports.ETH_WS = 'wss://rinkeby.sealcred.xyz/ws';
exports.FORTMATIC_KEY = 'pk_test_59D9E782219D2943';
exports.ETH_NETWORK = 'rinkeby';
exports.ETH_RPC = 'https://rinkeby.sealcred.xyz/rpc';
exports.ETH_WS = 'wss://rinkeby.sealcred.xyz/ws';
exports.BITSKI_CLIENT_ID = 'b860c339-5e6d-4453-8189-155f872b2fc8';
exports.SC_LEDGER_CONTRACT_ADDRESS = '0x11E44Ee2F9B5Ae5f9bD7d018A3dcdE7eDaEdD212';
exports.CONTRACT_ADDRESS = '0x722B0676F457aFe13e479eB2a8A4De88BA15B2c6';
exports.SCLEDGER_CONTRACT_ADDRESS = '0x11E44Ee2F9B5Ae5f9bD7d018A3dcdE7eDaEdD212';
exports.DOSU_INVITES_CONTRACT_ADDRESS = '0x722B0676F457aFe13e479eB2a8A4De88BA15B2c6';
exports.QUERY_BLOCK_LIMIT = 500000;
//# sourceMappingURL=index.js.map
{
"name": "@big-whale-labs/constants",
"version": "0.0.1",
"version": "0.0.2",
"description": "Various constants used by BWL products",

@@ -22,3 +22,3 @@ "main": "dist/index.js",

"scripts": {
"release": "np",
"release": "yarn compile && np",
"compile": "tsc --skipLibCheck",

@@ -30,5 +30,5 @@ "lint": "yarn pretty && eslint --max-warnings 0 --ext ts,tsx,json src",

"devDependencies": {
"@types/node": "^17.0.31",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"@types/node": "^17.0.34",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"eslint": "^8.15.0",

@@ -35,0 +35,0 @@ "eslint-config-prettier": "^8.5.0",

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