hardhat-deploy
Advanced tools
Comparing version
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
59976
0.13%