Socket
Socket
Sign inDemoInstall

@lit-protocol/constants

Package Overview
Dependencies
Maintainers
0
Versions
486
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.8 to 6.4.9

5

package.json

@@ -23,6 +23,5 @@ {

],
"version": "6.4.8",
"version": "6.4.9",
"dependencies": {
"@ethersproject/abstract-provider": "5.7.0",
"@lit-protocol/accs-schemas": "^0.0.10",
"@lit-protocol/contracts": "^0.0.39",

@@ -32,3 +31,3 @@ "ethers": "^5.7.1",

"siwe": "^2.0.5",
"@lit-protocol/types": "6.4.8",
"@lit-protocol/types": "6.4.9",
"tslib": "1.14.1"

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

@@ -606,2 +606,70 @@ "use strict";

},
fuse: {
contractAddress: null,
chainId: 122,
name: 'Fuse',
symbol: 'FUSE',
decimals: 18,
rpcUrls: ['https://rpc.fuse.io/'],
blockExplorerUrls: ['https://explorer.fuse.io/'],
type: null,
vmType: 'EVM',
},
campNetwork: {
contractAddress: null,
chainId: 325000,
name: 'Camp Network',
symbol: 'ETH',
decimals: 18,
rpcUrls: ['https://rpc.camp-network-testnet.gelato.digital'],
blockExplorerUrls: [
'https://explorer.camp-network-testnet.gelato.digital/',
],
type: null,
vmType: 'EVM',
},
vanar: {
contractAddress: null,
chainId: 78600,
name: 'Vanar Vanguard',
symbol: 'VANRY',
decimals: 18,
rpcUrls: ['https://rpc-vanguard.vanarchain.com'],
blockExplorerUrls: ['https://explorer-vanguard.vanarchain.com'],
type: null,
vmType: 'EVM',
},
lisk: {
contractAddress: null,
chainId: 1135,
name: 'Lisk',
symbol: 'ETH',
decimals: 18,
rpcUrls: ['https://lisk.drpc.org'],
blockExplorerUrls: ['https://blockscout.lisk.com/'],
type: null,
vmType: 'EVM',
},
chilizMainnet: {
contractAddress: null,
chainId: 88888,
name: 'Chiliz Mainnet',
symbol: 'CHZ',
decimals: 18,
rpcUrls: ['https://rpc.ankr.com/chiliz'],
blockExplorerUrls: ['https://chiliscan.com/'],
type: null,
vmType: 'EVM',
},
chilizTestnet: {
contractAddress: null,
chainId: 88882,
name: 'Chiliz Spicy Testnet',
symbol: 'CHZ',
decimals: 18,
rpcUrls: ['https://spicy-rpc.chiliz.com/'],
blockExplorerUrls: ['https://testnet.chiliscan.com/'],
type: null,
vmType: 'EVM',
},
};

@@ -608,0 +676,0 @@ /**

2

src/lib/version.d.ts

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

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

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