Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.1 to 0.1.2

6

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";
export declare const EXTERNAL_SC_ERC721_LEDGER_CONTRACT_ADDRESS = "0x88d5A525D5Ae030bCb66BFCec92EE7E051861732";
export declare const SC_ERC721_LEDGER_CONTRACT_ADDRESS = "0xDbf1d0AEc19A7799181bCF582412083e102A14F8";
export declare const SC_EMAIL_LEDGER_CONTRACT_ADDRESS = "0x060a92F0fa5C6Ef1091cDa03ED423ECddaf5321B";
"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_MAINNET = exports.ETH_RPC = exports.ETH_NETWORK = void 0;
exports.SC_EMAIL_LEDGER_CONTRACT_ADDRESS = exports.SC_ERC721_LEDGER_CONTRACT_ADDRESS = exports.EXTERNAL_SC_ERC721_LEDGER_CONTRACT_ADDRESS = 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';
exports.SC_ERC721_LEDGER_CONTRACT_ADDRESS = '0x23D23D705F00580852075add1149BF2db059512f';
exports.SC_EMAIL_LEDGER_CONTRACT_ADDRESS = '0x5AA6b79A8ea7c240c8DE59a83765AC984912A8f3';
exports.EXTERNAL_SC_ERC721_LEDGER_CONTRACT_ADDRESS = '0x88d5A525D5Ae030bCb66BFCec92EE7E051861732';
exports.SC_ERC721_LEDGER_CONTRACT_ADDRESS = '0xDbf1d0AEc19A7799181bCF582412083e102A14F8';
exports.SC_EMAIL_LEDGER_CONTRACT_ADDRESS = '0x060a92F0fa5C6Ef1091cDa03ED423ECddaf5321B';
//# sourceMappingURL=index.js.map
{
"name": "@big-whale-labs/constants",
"version": "0.1.1",
"version": "0.1.2",
"description": "Various constants used by BWL products",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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