@lit-protocol/types
Advanced tools
Comparing version 6.6.1-beta.1 to 6.7.0
@@ -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 |
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
78053
2232
0