mirror of
https://github.com/status-im/nim-dagger.git
synced 2025-02-02 18:03:52 +00:00
e5df8c50d3
* style: nph setup * chore: formates codex/ and tests/ folder with nph 0.6.1
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
|