mirror of
https://github.com/status-im/nim-codex.git
synced 2025-02-19 14:14:40 +00:00
10 lines
206 B
Nim
10 lines
206 B
Nim
|
import pkg/questionable
|
||
|
import ./codexconfig
|
||
|
import ./hardhatconfig
|
||
|
|
||
|
type NodeConfigs* = object
|
||
|
clients*: ?CodexConfigs
|
||
|
providers*: ?CodexConfigs
|
||
|
validators*: ?CodexConfigs
|
||
|
hardhat*: ?HardhatConfig
|