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

@lit-protocol/misc

Package Overview
Dependencies
Maintainers
0
Versions
508
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lit-protocol/misc - npm Package Compare versions

Comparing version 6.6.1-beta.1 to 6.7.0

8

package.json

@@ -27,5 +27,5 @@ {

"util": "0.12.5",
"@lit-protocol/constants": "6.6.1-beta.1",
"@lit-protocol/logger": "6.6.1-beta.1",
"@lit-protocol/types": "6.6.1-beta.1",
"@lit-protocol/constants": "6.7.0",
"@lit-protocol/logger": "6.7.0",
"@lit-protocol/types": "6.7.0",
"tslib": "1.14.1"

@@ -41,4 +41,4 @@ },

],
"version": "6.6.1-beta.1",
"version": "6.7.0",
"main": "./src/index.js"
}

@@ -458,3 +458,6 @@ "use strict";

const rpcUrl = constants_1.LIT_CHAINS[chain].rpcUrls[0];
const web3 = new providers_1.JsonRpcProvider(rpcUrl);
const web3 = new providers_1.JsonRpcProvider({
url: rpcUrl,
skipFetchSetup: true,
});
const contract = new contracts_1.Contract(contractAddress, constants_1.ABI_ERC20.abi, web3);

@@ -461,0 +464,0 @@ return await contract['decimals']();

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