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.29 to 0.1.30

2

dist/index.d.ts

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

export declare const VERIFY_URL = "https://verify.sealcred.xyz";
export declare const TWITTER_URL = "https://twitter.sealcred.xyz";
export declare const POSTER_URL = "https://poster.sealcred.xyz";
export declare const ATTESTOR_PUBLIC_KEY = "3022588728262621016474471722865235652573366639695808085248430151628770415819";

@@ -24,0 +24,0 @@ export declare const ATTESTOR_ECDSA_ADDRESS = "0xb0d7480ac6af8ba423d49554c5b3473201b96fd4";

"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_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_RINKEBY = 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.ETH_RPC_RINKEBY = exports.ETH_RPC_MAINNET = exports.ETH_RPC = exports.ETH_NETWORK = void 0;
exports.ETH_NETWORK = 'goerli';

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

exports.VERIFY_URL = 'https://verify.sealcred.xyz';
exports.TWITTER_URL = 'https://twitter.sealcred.xyz';
exports.POSTER_URL = 'https://poster.sealcred.xyz';
exports.ATTESTOR_PUBLIC_KEY = '3022588728262621016474471722865235652573366639695808085248430151628770415819';

@@ -27,0 +27,0 @@ exports.ATTESTOR_ECDSA_ADDRESS = '0xb0d7480ac6af8ba423d49554c5b3473201b96fd4';

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

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

"devDependencies": {
"@types/node": "^18.0.3",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"eslint": "^8.19.0",
"@types/node": "^18.7.18",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-no-relative-import-paths": "^1.3.4",
"eslint-plugin-no-relative-import-paths": "^1.4.0",
"eslint-plugin-node": "^11.1.0",

@@ -43,5 +43,5 @@ "eslint-plugin-prettier": "^4.2.1",

"tsc-watch": "^5.0.3",
"typescript": "^4.7.4"
"typescript": "^4.8.3"
},
"packageManager": "yarn@3.1.0"
"packageManager": "yarn@3.2.3"
}

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