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.42 to 0.1.43

1

dist/index.d.ts

@@ -21,2 +21,3 @@ export declare const ETH_NETWORK = "goerli";

export declare const GSN_PAYMASTER_CONTRACT_ADDRESS = "0xe66fcE4FA95a94fdE5d277e113012686FFBF28d2";
export declare const METADATA_LEDGER_CONTRACT_ADDRESS = "0xCdd310D1Dec18F9B2e8a59a31C1A8950a81B6579";
export declare const GSN_SC_RELAY = "https://gsn.sealcred.xyz";

@@ -23,0 +24,0 @@ export declare const VERIFY_URL = "https://verify.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.SEAL_HUB_VERIFIER_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.METADATA_LEDGER_CONTRACT_ADDRESS = 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';

@@ -24,2 +24,3 @@ exports.ETH_RPC = 'https://goerli.sealcred.xyz/rpc';

exports.GSN_PAYMASTER_CONTRACT_ADDRESS = '0xe66fcE4FA95a94fdE5d277e113012686FFBF28d2';
exports.METADATA_LEDGER_CONTRACT_ADDRESS = '0xCdd310D1Dec18F9B2e8a59a31C1A8950a81B6579';
exports.GSN_SC_RELAY = 'https://gsn.sealcred.xyz';

@@ -26,0 +27,0 @@ exports.VERIFY_URL = 'https://verify.sealcred.xyz';

{
"name": "@big-whale-labs/constants",
"version": "0.1.42",
"version": "0.1.43",
"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