mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-12 12:56:58 +00:00
7 lines
89 B
Nim
7 lines
89 B
Nim
|
import ./nodeconfig
|
||
|
|
||
|
export nodeconfig
|
||
|
|
||
|
type
|
||
|
HardhatConfig* = ref object of NodeConfig
|