Socket
Socket
Sign inDemoInstall

@lit-protocol/constants

Package Overview
Dependencies
Maintainers
7
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.10 to 6.5.0

6

package.json

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

],
"version": "6.4.10",
"version": "6.5.0",
"dependencies": {
"@ethersproject/abstract-provider": "5.7.0",
"@lit-protocol/accs-schemas": "^0.0.11",
"@lit-protocol/accs-schemas": "^0.0.12",
"@lit-protocol/contracts": "^0.0.63",

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

"siwe": "^2.0.5",
"@lit-protocol/types": "6.4.10",
"@lit-protocol/types": "6.5.0",
"tslib": "1.14.1"

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

@@ -119,2 +119,13 @@ "use strict";

},
arbitrumSepolia: {
contractAddress: null,
chainId: 421614,
name: 'Arbitrum Sepolia',
symbol: 'ETH',
decimals: 18,
rpcUrls: ['https://arbitrum-sepolia.blockpi.network/v1/rpc/public'],
blockExplorerUrls: ['https://sepolia.arbiscan.io/'],
type: null,
vmType: 'EVM',
},
avalanche: {

@@ -675,2 +686,72 @@ contractAddress: '0xBB118507E802D17ECDD4343797066dDc13Cde7C6',

},
skaleTestnet: {
contractAddress: null,
chainId: 37084624,
name: 'SKALE Nebula Hub Testnet',
symbol: 'sFUEL',
decimals: 18,
rpcUrls: ['https://testnet.skalenodes.com/v1/lanky-ill-funny-testnet'],
blockExplorerUrls: [
'https://lanky-ill-funny-testnet.explorer.testnet.skalenodes.com',
],
type: null,
vmType: 'EVM',
},
skale: {
contractAddress: null,
chainId: 1482601649,
name: 'SKALE Nebula Hub Mainnet',
symbol: 'sFUEL',
decimals: 18,
rpcUrls: ['https://mainnet.skalenodes.com/v1/green-giddy-denebola'],
blockExplorerUrls: [
'https://green-giddy-denebola.explorer.mainnet.skalenodes.com',
],
type: null,
vmType: 'EVM',
},
fhenixHelium: {
contractAddress: null,
chainId: 8008135,
name: 'Fhenix Helium',
symbol: 'tFHE',
decimals: 18,
rpcUrls: ['https://api.helium.fhenix.zone'],
blockExplorerUrls: ['https://explorer.helium.fhenix.zone'],
type: null,
vmType: 'EVM',
},
hederaTestnet: {
contractAddress: null,
chainId: 296,
name: 'Hedera Testnet',
symbol: 'HBAR',
decimals: 8,
rpcUrls: ['https://testnet.hashio.io/api'],
blockExplorerUrls: ['https://hashscan.io/testnet/dashboard'],
type: null,
vmType: 'EVM',
},
bitTorrentTestnet: {
contractAddress: null,
chainId: 1028,
name: 'BitTorrent Testnet',
symbol: 'BTT',
decimals: 18,
rpcUrls: ['https://test-rpc.bittorrentchain.io'],
blockExplorerUrls: ['https://testnet.bttcscan.com'],
type: null,
vmType: 'EVM',
},
kintoTestnet: {
contractAddress: null,
chainId: 88882,
name: 'Kinto Testnet',
symbol: 'ETH',
decimals: 18,
rpcUrls: ['http://35.215.120.180:8545'],
blockExplorerUrls: ['https://kintoscan.io/'],
type: null,
vmType: 'EVM',
},
};

@@ -677,0 +758,0 @@ /**

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

export declare const version = "6.4.10";
export declare const version = "6.5.0";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = '6.4.10';
exports.version = '6.5.0';
//# 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