hardhat-deploy
Advanced tools
Comparing version 0.11.38 to 0.11.39
@@ -5,2 +5,3 @@ import 'hardhat/types/runtime'; | ||
import type { BigNumber } from '@ethersproject/bignumber'; | ||
import { Signer } from '@ethersproject/abstract-signer'; | ||
export declare type ExtendedArtifact = { | ||
@@ -255,2 +256,3 @@ abi: any[]; | ||
read(name: string, methodName: string, ...args: any[]): Promise<any>; | ||
getSigner(address: string): Promise<Signer>; | ||
} | ||
@@ -257,0 +259,0 @@ export interface ContractExport { |
{ | ||
"name": "hardhat-deploy", | ||
"version": "0.11.38", | ||
"version": "0.11.39", | ||
"description": "Hardhat Plugin For Replicable Deployments And Tests", | ||
@@ -5,0 +5,0 @@ "repository": "github:wighawag/hardhat-deploy", |
@@ -10,2 +10,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
import type {BigNumber} from '@ethersproject/bignumber'; | ||
import {Signer} from '@ethersproject/abstract-signer'; | ||
@@ -301,2 +302,3 @@ export type ExtendedArtifact = { | ||
read(name: string, methodName: string, ...args: any[]): Promise<any>; | ||
getSigner(address: string): Promise<Signer>; | ||
// rawCall(to: Address, data: string): Promise<any>; // TODO ? | ||
@@ -303,0 +305,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
11884423
164373