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.11 to 0.0.12

8

dist/index.d.ts
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 ETH_NETWORK = "goerli";
export declare const ETH_RPC = "https://gorli.sealcred.xyz/rpc";
export declare const ETH_WS = "wss://gorli.sealcred.xyz/ws";
export declare const SCLEDGER_CONTRACT_ADDRESS = "0x11E44Ee2F9B5Ae5f9bD7d018A3dcdE7eDaEdD212";
export declare const DOSU_INVITES_CONTRACT_ADDRESS = "0x722B0676F457aFe13e479eB2a8A4De88BA15B2c6";
export declare const DOSU_INVITES_DERIVATIVE_CONTRACT_ADDRESS = "0x7c813AEb67B578b5a70D297BbF25958D214D0AAB";
export declare const QUERY_BLOCK_LIMIT = 10654475;
export declare const QUERY_BLOCK_LIMIT = -100000;

@@ -5,9 +5,9 @@ "use strict";

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.ETH_NETWORK = 'goerli';
exports.ETH_RPC = 'https://gorli.sealcred.xyz/rpc';
exports.ETH_WS = 'wss://gorli.sealcred.xyz/ws';
exports.SCLEDGER_CONTRACT_ADDRESS = '0x11E44Ee2F9B5Ae5f9bD7d018A3dcdE7eDaEdD212';
exports.DOSU_INVITES_CONTRACT_ADDRESS = '0x722B0676F457aFe13e479eB2a8A4De88BA15B2c6';
exports.DOSU_INVITES_DERIVATIVE_CONTRACT_ADDRESS = '0x7c813AEb67B578b5a70D297BbF25958D214D0AAB';
exports.QUERY_BLOCK_LIMIT = 10654475;
exports.QUERY_BLOCK_LIMIT = -100000;
//# sourceMappingURL=index.js.map
{
"name": "@big-whale-labs/constants",
"version": "0.0.11",
"version": "0.0.12",
"description": "Various constants used by BWL products",

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

"scripts": {
"release": "yarn compile && np",
"compile": "tsc --skipLibCheck",
"release": "yarn build && np",
"build": "tsc --skipLibCheck",
"lint": "yarn pretty && eslint --max-warnings 0 --ext ts,tsx,json src",
"pretty": "prettier --check src",
"prepublishOnly": "yarn lint && yarn compile"
"prepublishOnly": "yarn lint && yarn build"
},
"devDependencies": {
"@types/node": "^17.0.41",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@types/node": "^17.0.42",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"eslint": "^8.17.0",

@@ -34,0 +34,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