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