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.1.0 to 0.1.1

1

dist/index.d.ts
export declare const ETH_NETWORK = "goerli";
export declare const ETH_RPC = "https://goerli.sealcred.xyz/rpc";
export declare const ETH_RPC_MAINNET = "https://eth.sealcred.xyz/rpc";
export declare const ETH_WS = "wss://gorli.sealcred.xyz/ws";
export declare const SC_ERC721_LEDGER_CONTRACT_ADDRESS = "0x23D23D705F00580852075add1149BF2db059512f";
export declare const SC_EMAIL_LEDGER_CONTRACT_ADDRESS = "0x5AA6b79A8ea7c240c8DE59a83765AC984912A8f3";

3

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SC_EMAIL_LEDGER_CONTRACT_ADDRESS = exports.SC_ERC721_LEDGER_CONTRACT_ADDRESS = exports.ETH_WS = exports.ETH_RPC = exports.ETH_NETWORK = void 0;
exports.SC_EMAIL_LEDGER_CONTRACT_ADDRESS = exports.SC_ERC721_LEDGER_CONTRACT_ADDRESS = exports.ETH_WS = exports.ETH_RPC_MAINNET = exports.ETH_RPC = exports.ETH_NETWORK = void 0;
exports.ETH_NETWORK = 'goerli';
exports.ETH_RPC = 'https://goerli.sealcred.xyz/rpc';
exports.ETH_RPC_MAINNET = 'https://eth.sealcred.xyz/rpc';
exports.ETH_WS = 'wss://gorli.sealcred.xyz/ws';

@@ -7,0 +8,0 @@ exports.SC_ERC721_LEDGER_CONTRACT_ADDRESS = '0x23D23D705F00580852075add1149BF2db059512f';

{
"name": "@big-whale-labs/constants",
"version": "0.1.0",
"version": "0.1.1",
"description": "Various constants used by BWL products",

@@ -29,6 +29,6 @@ "main": "dist/index.js",

"devDependencies": {
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"eslint": "^8.18.0",
"@types/node": "^18.0.1",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",

@@ -38,3 +38,3 @@ "eslint-plugin-import": "^2.26.0",

"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",

@@ -41,0 +41,0 @@ "np": "^7.6.2",

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