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

@lit-protocol/constants

Package Overview
Dependencies
Maintainers
0
Versions
512
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lit-protocol/constants - npm Package Compare versions

Comparing version 6.4.5 to 6.4.6

4

package.json

@@ -23,3 +23,3 @@ {

],
"version": "6.4.5",
"version": "6.4.6",
"dependencies": {

@@ -32,3 +32,3 @@ "@ethersproject/abstract-provider": "5.7.0",

"siwe": "^2.0.5",
"@lit-protocol/types": "6.4.5",
"@lit-protocol/types": "6.4.6",
"tslib": "1.14.1"

@@ -35,0 +35,0 @@ },

@@ -206,2 +206,2 @@ import { LITChain, LITCosmosChain, LITEVMChain, LITSVMChain } from '@lit-protocol/types';

export declare const LIT_ACTION_IPFS_HASH = "QmUjX8MW6StQ7NKNdaS6g4RMkvN5hcgtKmEi8Mca6oX4t3";
export declare const FALLBACK_IPFS_GATEWAY = "https://litprotocol.mypinata.cloud/ipfs/";
export declare const FALLBACK_IPFS_GATEWAYS: string[];
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FALLBACK_IPFS_GATEWAY = exports.LIT_ACTION_IPFS_HASH = exports.RELAY_URL_DATIL_TEST = exports.RELAY_URL_DATIL_DEV = exports.RELAY_URL_MANZANO = exports.RELAY_URL_HABANERO = exports.RELAY_URL_CAYENNE = exports.SIWE_DELEGATION_URI = exports.PKP_CLIENT_SUPPORTED_CHAINS = exports.AUTH_METHOD_TYPE_IDS = exports.LIT_SESSION_KEY_URI = exports.LIT_NETWORKS = exports.CAYENNE_URL = exports.SYMM_KEY_ALGO_PARAMS = exports.LOCAL_STORAGE_KEYS = exports.ALL_LIT_CHAINS = exports.LIT_COSMOS_CHAINS = exports.LIT_SVM_CHAINS = exports.CENTRALISATION_BY_NETWORK = exports.HTTP_BY_NETWORK = exports.HTTPS = exports.HTTP = exports.METAMASK_CHAIN_INFO_BY_NETWORK = exports.RELAYER_URL_BY_NETWORK = exports.RPC_URL_BY_NETWORK = exports.LIT_NETWORK = exports.LIT_EVM_CHAINS = exports.LIT_RPC = exports.metamaskChainInfo = exports.LIT_CHAIN_RPC_URL = exports.LIT_CHAINS = exports.AUTH_SIGNATURE_BODY = exports.LIT_AUTH_SIG_CHAIN_KEYS = exports.NETWORK_PUB_KEY = void 0;
exports.FALLBACK_IPFS_GATEWAYS = exports.LIT_ACTION_IPFS_HASH = exports.RELAY_URL_DATIL_TEST = exports.RELAY_URL_DATIL_DEV = exports.RELAY_URL_MANZANO = exports.RELAY_URL_HABANERO = exports.RELAY_URL_CAYENNE = exports.SIWE_DELEGATION_URI = exports.PKP_CLIENT_SUPPORTED_CHAINS = exports.AUTH_METHOD_TYPE_IDS = exports.LIT_SESSION_KEY_URI = exports.LIT_NETWORKS = exports.CAYENNE_URL = exports.SYMM_KEY_ALGO_PARAMS = exports.LOCAL_STORAGE_KEYS = exports.ALL_LIT_CHAINS = exports.LIT_COSMOS_CHAINS = exports.LIT_SVM_CHAINS = exports.CENTRALISATION_BY_NETWORK = exports.HTTP_BY_NETWORK = exports.HTTPS = exports.HTTP = exports.METAMASK_CHAIN_INFO_BY_NETWORK = exports.RELAYER_URL_BY_NETWORK = exports.RPC_URL_BY_NETWORK = exports.LIT_NETWORK = exports.LIT_EVM_CHAINS = exports.LIT_RPC = exports.metamaskChainInfo = exports.LIT_CHAIN_RPC_URL = exports.LIT_CHAINS = exports.AUTH_SIGNATURE_BODY = exports.LIT_AUTH_SIG_CHAIN_KEYS = exports.NETWORK_PUB_KEY = void 0;
const autogen_internal_1 = require("./autogen_internal");

@@ -945,3 +945,6 @@ const enums_1 = require("../enums");

exports.LIT_ACTION_IPFS_HASH = 'QmUjX8MW6StQ7NKNdaS6g4RMkvN5hcgtKmEi8Mca6oX4t3';
exports.FALLBACK_IPFS_GATEWAY = 'https://litprotocol.mypinata.cloud/ipfs/';
exports.FALLBACK_IPFS_GATEWAYS = [
'https://flk-ipfs.io/ipfs/',
'https://litprotocol.mypinata.cloud/ipfs/',
];
//# sourceMappingURL=constants.js.map

@@ -14,1 +14,4 @@ import { LIT_NETWORK_VALUES } from './constants';

};
export declare const GLOBAL_OVERWRITE_IPFS_CODE_BY_NETWORK: {
[key in LIT_NETWORK_VALUES]: boolean;
};
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.GENERAL_WORKER_URL_BY_NETWORK = exports.NETWORK_CONTEXT_BY_NETWORK = void 0;
exports.GLOBAL_OVERWRITE_IPFS_CODE_BY_NETWORK = exports.GENERAL_WORKER_URL_BY_NETWORK = exports.NETWORK_CONTEXT_BY_NETWORK = void 0;
const contracts_1 = require("@lit-protocol/contracts");

@@ -32,2 +32,12 @@ /**

};
exports.GLOBAL_OVERWRITE_IPFS_CODE_BY_NETWORK = {
cayenne: false,
manzano: false,
habanero: false,
'datil-dev': false,
'datil-test': false,
datil: true,
custom: false,
localhost: false,
};
//# sourceMappingURL=mappers.js.map

@@ -1,1 +0,1 @@

export declare const version = "6.4.5";
export declare const version = "6.4.6";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = '6.4.5';
exports.version = '6.4.6';
//# sourceMappingURL=version.js.map

Sorry, the diff of this file is not supported yet

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