UNPKG
@foundry-rs/hardhat-anvil
Version:
latest (0.1.7)
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
Hardhat plugin for managing Anvil
github.com/foundry-rs/hardhat
foundry-rs/hardhat
@foundry-rs/hardhat-anvil
/
dist
/
test
/
helpers.d.ts
8 lines
•
289 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
HardhatRuntimeEnvironment
}
from
"hardhat/types"
;
declare
module
"mocha"
{
interface
Context
{
env
:
HardhatRuntimeEnvironment
; } }
export
declare
function
useEnvironment
(
fixtureProjectName
:
string
,
networkName
?:
string
):
void
;
//# sourceMappingURL=helpers.d.ts.map