@acala-network/contracts
Advanced tools
Comparing version 4.3.8 to 4.3.9
{ | ||
"name": "@acala-network/contracts", | ||
"version": "4.3.8", | ||
"version": "4.3.9", | ||
"description": "AcalaNetwork Smart Contract library for Solidity", | ||
@@ -10,3 +10,4 @@ "files": [ | ||
"/docs", | ||
"/typechain", | ||
"/typechain/**/*.js", | ||
"/typechain/**/*.d.ts", | ||
"/build/contracts/*.json" | ||
@@ -13,0 +14,0 @@ ], |
@@ -26,5 +26,3 @@ /* Autogenerated file. Do not edit manually. */ | ||
export type { token }; | ||
import type * as utils from "./utils"; | ||
export type { utils }; | ||
import type * as xtokens from "./xtokens"; | ||
export type { xtokens }; |
@@ -15,3 +15,2 @@ /* Autogenerated file. Do not edit manually. */ | ||
export * as token from "./token"; | ||
export * as utils from "./utils"; | ||
export * as xtokens from "./xtokens"; |
@@ -100,14 +100,2 @@ /* Autogenerated file. Do not edit manually. */ | ||
getContractFactory( | ||
name: "ADDRESS", | ||
signerOrOptions?: ethers.Signer | FactoryOptions | ||
): Promise<Contracts.ADDRESS__factory>; | ||
getContractFactory( | ||
name: "ADDRESS", | ||
signerOrOptions?: ethers.Signer | FactoryOptions | ||
): Promise<Contracts.ADDRESS__factory>; | ||
getContractFactory( | ||
name: "ADDRESS", | ||
signerOrOptions?: ethers.Signer | FactoryOptions | ||
): Promise<Contracts.ADDRESS__factory>; | ||
getContractFactory( | ||
name: "IXtokens", | ||
@@ -227,17 +215,2 @@ signerOrOptions?: ethers.Signer | FactoryOptions | ||
getContractAt( | ||
name: "ADDRESS", | ||
address: string, | ||
signer?: ethers.Signer | ||
): Promise<Contracts.ADDRESS>; | ||
getContractAt( | ||
name: "ADDRESS", | ||
address: string, | ||
signer?: ethers.Signer | ||
): Promise<Contracts.ADDRESS>; | ||
getContractAt( | ||
name: "ADDRESS", | ||
address: string, | ||
signer?: ethers.Signer | ||
): Promise<Contracts.ADDRESS>; | ||
getContractAt( | ||
name: "IXtokens", | ||
@@ -244,0 +217,0 @@ address: string, |
@@ -51,4 +51,2 @@ /* Autogenerated file. Do not edit manually. */ | ||
export { Token__factory } from "./factories/contracts/token/Token__factory"; | ||
export type { ADDRESS } from "./contracts/utils/AcalaAddress.sol/ADDRESS"; | ||
export { ADDRESS__factory } from "./factories/contracts/utils/AcalaAddress.sol/ADDRESS__factory"; | ||
export type { IXtokens } from "./contracts/xtokens/IXtokens"; | ||
@@ -55,0 +53,0 @@ export { IXtokens__factory } from "./factories/contracts/xtokens/IXtokens__factory"; |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
1413846
311
28411
12