mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-04 06:23:06 +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
|