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.39 to 0.1.40

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 SEAL_HUB_VERIFIER_CONTRACT_ADDRESS = "0x7C02e6202391E7Cbfa7467E8806934D0A3654702";
export declare const SEAL_HUB_CONTRACT_ADDRESS = "0x812c83CD01b59bBcd4d29950D99fcBee9354adD7";

@@ -5,0 +6,0 @@ export declare const SEAL_HUB_PROVER_ADDRESS = "https://prover.hub.sealcred.xyz";

3

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RESERVED_CONTRACT_METADATA = exports.ATTESTOR_ECDSA_ADDRESS = exports.ATTESTOR_PUBLIC_KEY = exports.POSTER_URL = exports.VERIFY_URL = exports.GSN_SC_RELAY = exports.GSN_PAYMASTER_CONTRACT_ADDRESS = exports.GSN_RELAY_HUB_CONTRACT_ADDRESS = exports.GSN_FORWARDER_CONTRACT_ADDRESS = exports.SC_FARCASTER_POSTS_CONTRACT_ADDRESS = exports.SC_EXTERNAL_ERC721_POSTS_CONTRACT_ADDRESS = exports.SC_ERC721_POSTS_CONTRACT_ADDRESS = exports.SC_EMAIL_POSTS_CONTRACT_ADDRESS = exports.SC_FARCASTER_LEDGER_CONTRACT_ADDRESS = exports.SC_EXTERNAL_ERC721_LEDGER_CONTRACT_ADDRESS = exports.SC_ERC721_LEDGER_CONTRACT_ADDRESS = exports.SC_EMAIL_LEDGER_CONTRACT_ADDRESS = exports.FARCASTER_VERIFIER_CONTRACT_ADDRESS = exports.EMAIL_VERIFIER_CONTRACT_ADDRESS = exports.BALANCE_VERIFIER_CONTRACT_ADDRESS = exports.SEAL_HUB_PROVER_ADDRESS = exports.SEAL_HUB_CONTRACT_ADDRESS = exports.ETH_RPC_MAINNET = exports.ETH_RPC = exports.ETH_NETWORK = void 0;
exports.RESERVED_CONTRACT_METADATA = exports.ATTESTOR_ECDSA_ADDRESS = exports.ATTESTOR_PUBLIC_KEY = exports.POSTER_URL = exports.VERIFY_URL = exports.GSN_SC_RELAY = exports.GSN_PAYMASTER_CONTRACT_ADDRESS = exports.GSN_RELAY_HUB_CONTRACT_ADDRESS = exports.GSN_FORWARDER_CONTRACT_ADDRESS = exports.SC_FARCASTER_POSTS_CONTRACT_ADDRESS = exports.SC_EXTERNAL_ERC721_POSTS_CONTRACT_ADDRESS = exports.SC_ERC721_POSTS_CONTRACT_ADDRESS = exports.SC_EMAIL_POSTS_CONTRACT_ADDRESS = exports.SC_FARCASTER_LEDGER_CONTRACT_ADDRESS = exports.SC_EXTERNAL_ERC721_LEDGER_CONTRACT_ADDRESS = exports.SC_ERC721_LEDGER_CONTRACT_ADDRESS = exports.SC_EMAIL_LEDGER_CONTRACT_ADDRESS = exports.FARCASTER_VERIFIER_CONTRACT_ADDRESS = exports.EMAIL_VERIFIER_CONTRACT_ADDRESS = exports.BALANCE_VERIFIER_CONTRACT_ADDRESS = exports.SEAL_HUB_PROVER_ADDRESS = exports.SEAL_HUB_CONTRACT_ADDRESS = exports.SEAL_HUB_VERIFIER_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.SEAL_HUB_VERIFIER_CONTRACT_ADDRESS = '0x7C02e6202391E7Cbfa7467E8806934D0A3654702';
exports.SEAL_HUB_CONTRACT_ADDRESS = '0x812c83CD01b59bBcd4d29950D99fcBee9354adD7';

@@ -8,0 +9,0 @@ exports.SEAL_HUB_PROVER_ADDRESS = 'https://prover.hub.sealcred.xyz';

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

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

"devDependencies": {
"@types/node": "^18.7.22",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-no-relative-import-paths": "^1.4.0",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-no-relative-import-paths": "^1.5.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"np": "^7.6.2",
"prettier": "^2.7.1",
"tsc-watch": "^5.0.3",
"typescript": "^4.8.3"
"np": "^7.6.3",
"prettier": "^2.8.3",
"tsc-watch": "^6.0.0",
"typescript": "^4.9.4"
},
"packageManager": "yarn@3.2.3"
"packageManager": "yarn@3.3.1"
}

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