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

@lit-protocol/types

Package Overview
Dependencies
Maintainers
0
Versions
387
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lit-protocol/types - npm Package Compare versions

Comparing version 6.6.1-beta.1 to 6.7.0

2

package.json

@@ -26,3 +26,3 @@ {

},
"version": "6.6.1-beta.1",
"version": "6.7.0",
"dependencies": {

@@ -29,0 +29,0 @@ "@ethersproject/abstract-provider": "5.7.0",

@@ -129,4 +129,3 @@ import * as ethers from 'ethers';

*/
export interface LitContractContext {
[index: string]: string | any;
export interface ExclusiveLitContractContext {
Allowlist: LitContract;

@@ -144,2 +143,6 @@ LITToken: LitContract;

}
export interface LitContractContext extends ExclusiveLitContractContext {
[index: string]: string | any;
}
export declare type ContractName = keyof ExclusiveLitContractContext;
/**

@@ -146,0 +149,0 @@ * Type for a contract resolver instance which will be used

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