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.24 to 0.1.25

20

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 BALANCE_VERIFIER_CONTRACT_ADDRESS = "0x241F40004e124E7a19b523e8Fb797Fe03d86DaAb";
export declare const EMAIL_VERIFIER_CONTRACT_ADDRESS = "0xE7a9EbF2AE3BB850486Ddf63895011305E0a42D4";
export declare const FARCASTER_VERIFIER_CONTRACT_ADDRESS = "0x9C7178fe1691e01C39B013f132d80676ffe57847";
export declare const SC_EMAIL_LEDGER_CONTRACT_ADDRESS = "0x71a1D7996A8EC34c731E9510780305CF81D9B86C";
export declare const SC_ERC721_LEDGER_CONTRACT_ADDRESS = "0xd6f41e9Fd9C94e9E87aeDecC2E402f8677B3f0c4";
export declare const SC_EXTERNAL_ERC721_LEDGER_CONTRACT_ADDRESS = "0x03142727359C948ccf2791d5B006e7A5850AC015";
export declare const SC_EMAIL_POSTS_CONTRACT_ADDRESS = "0xeA99AeCcEe95497232F6846926B61a133F0398B3";
export declare const SC_ERC721_POSTS_CONTRACT_ADDRESS = "0xAb8a6C9a5Fdaa796ef4d4BF8F2ecbA1492053109";
export declare const SC_EXTERNAL_ERC721_POSTS_CONTRACT_ADDRESS = "0xB22911BBAe38317302e64D877c84aC2B766932C6";
export declare const BALANCE_VERIFIER_CONTRACT_ADDRESS = "0xB49100DbA396803079e26442690754335A16874d";
export declare const EMAIL_VERIFIER_CONTRACT_ADDRESS = "0xECa199Df30452Ee3233dc5c3f7D68dE727ca7e60";
export declare const FARCASTER_VERIFIER_CONTRACT_ADDRESS = "0x2901D35fF30d689D5291008cAbC48bC4D819e0DD";
export declare const SC_EMAIL_LEDGER_CONTRACT_ADDRESS = "";
export declare const SC_ERC721_LEDGER_CONTRACT_ADDRESS = "";
export declare const SC_EXTERNAL_ERC721_LEDGER_CONTRACT_ADDRESS = "";
export declare const SC_FARCASTER_LEDGER_CONTRACT_ADDRESS = "";
export declare const SC_EMAIL_POSTS_CONTRACT_ADDRESS = "";
export declare const SC_ERC721_POSTS_CONTRACT_ADDRESS = "";
export declare const SC_EXTERNAL_ERC721_POSTS_CONTRACT_ADDRESS = "";
export declare const SC_FARCASTER_POSTS_CONTRACT_ADDRESS = "";
export declare const GSN_FORWARDER_CONTRACT_ADDRESS = "0x7A95fA73250dc53556d264522150A940d4C50238";

@@ -14,0 +16,0 @@ export declare const GSN_RELAY_HUB_CONTRACT_ADDRESS = "0x40bE32219F0F106067ba95145e8F2b3e7930b201";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RESERVED_CONTRACT_METADATA = exports.ATTESTOR_ECDSA_ADDRESS = exports.ATTESTOR_PUBLIC_KEY = exports.TWITTER_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_EXTERNAL_ERC721_POSTS_CONTRACT_ADDRESS = exports.SC_ERC721_POSTS_CONTRACT_ADDRESS = exports.SC_EMAIL_POSTS_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.ETH_RPC_MAINNET = exports.ETH_RPC = exports.ETH_NETWORK = void 0;
exports.RESERVED_CONTRACT_METADATA = exports.ATTESTOR_ECDSA_ADDRESS = exports.ATTESTOR_PUBLIC_KEY = exports.TWITTER_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.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.BALANCE_VERIFIER_CONTRACT_ADDRESS = '0x241F40004e124E7a19b523e8Fb797Fe03d86DaAb';
exports.EMAIL_VERIFIER_CONTRACT_ADDRESS = '0xE7a9EbF2AE3BB850486Ddf63895011305E0a42D4';
exports.FARCASTER_VERIFIER_CONTRACT_ADDRESS = '0x9C7178fe1691e01C39B013f132d80676ffe57847';
exports.SC_EMAIL_LEDGER_CONTRACT_ADDRESS = '0x71a1D7996A8EC34c731E9510780305CF81D9B86C';
exports.SC_ERC721_LEDGER_CONTRACT_ADDRESS = '0xd6f41e9Fd9C94e9E87aeDecC2E402f8677B3f0c4';
exports.SC_EXTERNAL_ERC721_LEDGER_CONTRACT_ADDRESS = '0x03142727359C948ccf2791d5B006e7A5850AC015';
exports.SC_EMAIL_POSTS_CONTRACT_ADDRESS = '0xeA99AeCcEe95497232F6846926B61a133F0398B3';
exports.SC_ERC721_POSTS_CONTRACT_ADDRESS = '0xAb8a6C9a5Fdaa796ef4d4BF8F2ecbA1492053109';
exports.SC_EXTERNAL_ERC721_POSTS_CONTRACT_ADDRESS = '0xB22911BBAe38317302e64D877c84aC2B766932C6';
exports.BALANCE_VERIFIER_CONTRACT_ADDRESS = '0xB49100DbA396803079e26442690754335A16874d';
exports.EMAIL_VERIFIER_CONTRACT_ADDRESS = '0xECa199Df30452Ee3233dc5c3f7D68dE727ca7e60';
exports.FARCASTER_VERIFIER_CONTRACT_ADDRESS = '0x2901D35fF30d689D5291008cAbC48bC4D819e0DD';
exports.SC_EMAIL_LEDGER_CONTRACT_ADDRESS = '';
exports.SC_ERC721_LEDGER_CONTRACT_ADDRESS = '';
exports.SC_EXTERNAL_ERC721_LEDGER_CONTRACT_ADDRESS = '';
exports.SC_FARCASTER_LEDGER_CONTRACT_ADDRESS = '';
exports.SC_EMAIL_POSTS_CONTRACT_ADDRESS = '';
exports.SC_ERC721_POSTS_CONTRACT_ADDRESS = '';
exports.SC_EXTERNAL_ERC721_POSTS_CONTRACT_ADDRESS = '';
exports.SC_FARCASTER_POSTS_CONTRACT_ADDRESS = '';
exports.GSN_FORWARDER_CONTRACT_ADDRESS = '0x7A95fA73250dc53556d264522150A940d4C50238';

@@ -17,0 +19,0 @@ exports.GSN_RELAY_HUB_CONTRACT_ADDRESS = '0x40bE32219F0F106067ba95145e8F2b3e7930b201';

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