@lit-protocol/misc
Advanced tools
Comparing version 6.6.1-beta.1 to 6.7.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
63082
1094
0
+ Added@lit-protocol/constants@6.7.0(transitive)
+ Added@lit-protocol/logger@6.7.0(transitive)
+ Added@lit-protocol/types@6.7.0(transitive)
- Removed@lit-protocol/constants@6.6.1-beta.1(transitive)
- Removed@lit-protocol/logger@6.6.1-beta.1(transitive)
- Removed@lit-protocol/types@6.6.1-beta.1(transitive)
Updated@lit-protocol/logger@6.7.0
Updated@lit-protocol/types@6.7.0