🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

hardhat-deploy

Package Overview
Dependencies
Maintainers
0
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hardhat-deploy - npm Package Compare versions

Comparing version

to
2.0.0-next.19

6

dist/esm/helpers.d.ts
import { EdrNetworkUserConfig, NetworkUserConfig, SensitiveString } from 'hardhat/types/config';
import { HardhatRuntimeEnvironment } from 'hardhat/types/hre';
import { Environment, UnknownArtifacts, UnresolvedUnknownNamedAccounts } from 'rocketh';
export declare function loadEnvironmentFromHardhat<Artifacts extends UnknownArtifacts = UnknownArtifacts, NamedAccounts extends UnresolvedUnknownNamedAccounts = UnresolvedUnknownNamedAccounts>({ hre }: {
import { Environment, UnresolvedUnknownNamedAccounts, UnresolvedNetworkSpecificData } from 'rocketh';
export declare function loadEnvironmentFromHardhat<NamedAccounts extends UnresolvedUnknownNamedAccounts = UnresolvedUnknownNamedAccounts, Data extends UnresolvedNetworkSpecificData = UnresolvedNetworkSpecificData>({ hre }: {
hre: HardhatRuntimeEnvironment;
}, options?: {
useChainIdOfForkedNetwork?: boolean;
}): Promise<Environment>;
}): Promise<Environment<NamedAccounts, Data>>;
export declare function getRPC(networkName: string): string | SensitiveString | undefined;

@@ -10,0 +10,0 @@ export declare function getMnemonic(networkName?: string): string | SensitiveString;

{
"name": "hardhat-deploy",
"version": "2.0.0-next.18",
"version": "2.0.0-next.19",
"description": "deployment plugin for hardhat",

@@ -35,3 +35,3 @@ "publishConfig": {

"rimraf": "^6.0.1",
"rocketh": "^0.11.5",
"rocketh": "^0.11.9",
"set-defaults": "^0.0.5",

@@ -38,0 +38,0 @@ "typescript": "^5.5.2"

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 not supported yet