UNPKG
@muzamint/hardhat-etherspot
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.3
0.0.2
0.0.1
Hardhat TypeScript plugin for Etherspot
mingderwang/hardhat-etherspot
muzamint/hardhat-etherspot
@muzamint/hardhat-etherspot
/
src
/
type-extensions.ts
10 lines
(8 loc)
•
180 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
Sdk
}
from
'etherspot'
declare
module
'hardhat/types/runtime'
{
export
interface
HardhatRuntimeEnvironment
{
Sdk
:
typeof
Sdk
sdk
:
Sdk
testnetSdk
:
Sdk
} }