Socket
Socket
Sign inDemoInstall

@acala-network/contracts

Package Overview
Dependencies
Maintainers
5
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acala-network/contracts - npm Package Compare versions

Comparing version 4.3.8 to 4.3.9

typechain/@openzeppelin/contracts/index.d.ts

5

package.json
{
"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 @@ ],

2

typechain/contracts/index.ts

@@ -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";

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