7 lines
89 B
Nim
7 lines
89 B
Nim
|
import ./nodeconfig
|
||
|
|
||
|
export nodeconfig
|
||
|
|
||
|
type
|
||
|
HardhatConfig* = ref object of NodeConfig
|