@acala-network/contracts
Advanced tools
Comparing version 4.3.9 to 4.4.0
{ | ||
"name": "@acala-network/contracts", | ||
"version": "4.3.9", | ||
"version": "4.4.0", | ||
"description": "AcalaNetwork Smart Contract library for Solidity", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -13,2 +13,4 @@ import type * as dex from "./dex"; | ||
export type { incentives }; | ||
import type * as liquidCrowdloan from "./liquid-crowdloan"; | ||
export type { liquidCrowdloan }; | ||
import type * as nft from "./nft"; | ||
@@ -15,0 +17,0 @@ export type { nft }; |
@@ -16,2 +16,4 @@ /* Autogenerated file. Do not edit manually. */ | ||
export type { incentives }; | ||
import type * as liquidCrowdloan from "./liquid-crowdloan"; | ||
export type { liquidCrowdloan }; | ||
import type * as nft from "./nft"; | ||
@@ -18,0 +20,0 @@ export type { nft }; |
@@ -7,2 +7,3 @@ export * as dex from "./dex"; | ||
export * as incentives from "./incentives"; | ||
export * as liquidCrowdloan from "./liquid-crowdloan"; | ||
export * as nft from "./nft"; | ||
@@ -9,0 +10,0 @@ export * as oracle from "./oracle"; |
@@ -26,3 +26,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.xtokens = exports.token = exports.stableAsset = exports.schedule = exports.oracle = exports.nft = exports.incentives = exports.honzon = exports.homa = exports.evmAccounts = exports.evm = exports.dex = void 0; | ||
exports.xtokens = exports.token = exports.stableAsset = exports.schedule = exports.oracle = exports.nft = exports.liquidCrowdloan = exports.incentives = exports.honzon = exports.homa = exports.evmAccounts = exports.evm = exports.dex = void 0; | ||
/* Autogenerated file. Do not edit manually. */ | ||
@@ -37,2 +37,3 @@ /* tslint:disable */ | ||
exports.incentives = __importStar(require("./incentives")); | ||
exports.liquidCrowdloan = __importStar(require("./liquid-crowdloan")); | ||
exports.nft = __importStar(require("./nft")); | ||
@@ -39,0 +40,0 @@ exports.oracle = __importStar(require("./oracle")); |
@@ -10,2 +10,3 @@ /* Autogenerated file. Do not edit manually. */ | ||
export * as incentives from "./incentives"; | ||
export * as liquidCrowdloan from "./liquid-crowdloan"; | ||
export * as nft from "./nft"; | ||
@@ -12,0 +13,0 @@ export * as oracle from "./oracle"; |
@@ -68,2 +68,10 @@ /* Autogenerated file. Do not edit manually. */ | ||
getContractFactory( | ||
name: "ILiquidCrowdloan", | ||
signerOrOptions?: ethers.Signer | FactoryOptions | ||
): Promise<Contracts.ILiquidCrowdloan__factory>; | ||
getContractFactory( | ||
name: "LiquidCrowdloan", | ||
signerOrOptions?: ethers.Signer | FactoryOptions | ||
): Promise<Contracts.LiquidCrowdloan__factory>; | ||
getContractFactory( | ||
name: "NFT", | ||
@@ -175,2 +183,12 @@ signerOrOptions?: ethers.Signer | FactoryOptions | ||
getContractAt( | ||
name: "ILiquidCrowdloan", | ||
address: string, | ||
signer?: ethers.Signer | ||
): Promise<Contracts.ILiquidCrowdloan>; | ||
getContractAt( | ||
name: "LiquidCrowdloan", | ||
address: string, | ||
signer?: ethers.Signer | ||
): Promise<Contracts.LiquidCrowdloan>; | ||
getContractAt( | ||
name: "NFT", | ||
@@ -177,0 +195,0 @@ address: string, |
@@ -32,2 +32,6 @@ import type * as openzeppelin from "./@openzeppelin"; | ||
export { InterfaceIncentives__factory } from "./factories/contracts/incentives/InterfaceIncentives__factory"; | ||
export type { ILiquidCrowdloan } from "./contracts/liquid-crowdloan/ILiquidCrowdloan"; | ||
export { ILiquidCrowdloan__factory } from "./factories/contracts/liquid-crowdloan/ILiquidCrowdloan__factory"; | ||
export type { LiquidCrowdloan } from "./contracts/liquid-crowdloan/LiquidCrowdloan"; | ||
export { LiquidCrowdloan__factory } from "./factories/contracts/liquid-crowdloan/LiquidCrowdloan__factory"; | ||
export type { NFT } from "./contracts/nft/NFT"; | ||
@@ -34,0 +38,0 @@ export { NFT__factory } from "./factories/contracts/nft/NFT__factory"; |
@@ -26,3 +26,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Xtokens__factory = exports.IXtokens__factory = exports.Token__factory = exports.StableAsset__factory = exports.IStableAsset__factory = exports.Schedule__factory = exports.ISchedule__factory = exports.Oracle__factory = exports.IOracle__factory = exports.NFT__factory = exports.InterfaceIncentives__factory = exports.Incentives__factory = exports.IHonzon__factory = exports.Honzon__factory = exports.IHoma__factory = exports.Homa__factory = exports.IEVM__factory = exports.EVM__factory = exports.IEVMAccounts__factory = exports.EVMAccounts__factory = exports.IDEX__factory = exports.DEX__factory = exports.IERC20__factory = exports.factories = void 0; | ||
exports.Xtokens__factory = exports.IXtokens__factory = exports.Token__factory = exports.StableAsset__factory = exports.IStableAsset__factory = exports.Schedule__factory = exports.ISchedule__factory = exports.Oracle__factory = exports.IOracle__factory = exports.NFT__factory = exports.LiquidCrowdloan__factory = exports.ILiquidCrowdloan__factory = exports.InterfaceIncentives__factory = exports.Incentives__factory = exports.IHonzon__factory = exports.Honzon__factory = exports.IHoma__factory = exports.Homa__factory = exports.IEVM__factory = exports.EVM__factory = exports.IEVMAccounts__factory = exports.EVMAccounts__factory = exports.IDEX__factory = exports.DEX__factory = exports.IERC20__factory = exports.factories = void 0; | ||
exports.factories = __importStar(require("./factories")); | ||
@@ -55,2 +55,6 @@ var IERC20__factory_1 = require("./factories/@openzeppelin/contracts/token/ERC20/IERC20__factory"); | ||
Object.defineProperty(exports, "InterfaceIncentives__factory", { enumerable: true, get: function () { return InterfaceIncentives__factory_1.InterfaceIncentives__factory; } }); | ||
var ILiquidCrowdloan__factory_1 = require("./factories/contracts/liquid-crowdloan/ILiquidCrowdloan__factory"); | ||
Object.defineProperty(exports, "ILiquidCrowdloan__factory", { enumerable: true, get: function () { return ILiquidCrowdloan__factory_1.ILiquidCrowdloan__factory; } }); | ||
var LiquidCrowdloan__factory_1 = require("./factories/contracts/liquid-crowdloan/LiquidCrowdloan__factory"); | ||
Object.defineProperty(exports, "LiquidCrowdloan__factory", { enumerable: true, get: function () { return LiquidCrowdloan__factory_1.LiquidCrowdloan__factory; } }); | ||
var NFT__factory_1 = require("./factories/contracts/nft/NFT__factory"); | ||
@@ -57,0 +61,0 @@ Object.defineProperty(exports, "NFT__factory", { enumerable: true, get: function () { return NFT__factory_1.NFT__factory; } }); |
@@ -35,2 +35,6 @@ /* Autogenerated file. Do not edit manually. */ | ||
export { InterfaceIncentives__factory } from "./factories/contracts/incentives/InterfaceIncentives__factory"; | ||
export type { ILiquidCrowdloan } from "./contracts/liquid-crowdloan/ILiquidCrowdloan"; | ||
export { ILiquidCrowdloan__factory } from "./factories/contracts/liquid-crowdloan/ILiquidCrowdloan__factory"; | ||
export type { LiquidCrowdloan } from "./contracts/liquid-crowdloan/LiquidCrowdloan"; | ||
export { LiquidCrowdloan__factory } from "./factories/contracts/liquid-crowdloan/LiquidCrowdloan__factory"; | ||
export type { NFT } from "./contracts/nft/NFT"; | ||
@@ -37,0 +41,0 @@ export { NFT__factory } from "./factories/contracts/nft/NFT__factory"; |
@@ -11,1 +11,2 @@ export const EVM: "0x0000000000000000000000000000000000000800"; | ||
export const XTOKENS: "0x0000000000000000000000000000000000000809"; | ||
export const LIQUID_CROWDLOAN: "0x000000000000000000000000000000000000080a"; |
@@ -11,2 +11,3 @@ const EVM = '0x0000000000000000000000000000000000000800'; | ||
const XTOKENS = '0x0000000000000000000000000000000000000809'; | ||
const LIQUID_CROWDLOAN = '0x000000000000000000000000000000000000080a'; | ||
@@ -24,2 +25,3 @@ module.exports = { | ||
XTOKENS, | ||
LIQUID_CROWDLOAN, | ||
} |
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
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
1459335
333
29404
13