mirror of
https://github.com/vacp2p/wakurtosis.git
synced 2026-01-09 14:58:02 -05:00
Add multiple nomos nodes per container support
This commit is contained in:
@@ -35,12 +35,6 @@ nodeTypeToDocker = {
|
||||
nodeType.NOMOS: "nomos"
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
#NODES = [nodeType.NWAKU, nodeType.GOWAKU, nodeType.NOMOS]
|
||||
#NODE_PROBABILITIES = (0, 0, 100)
|
||||
|
||||
>>>>>>> b6a76d5 (Gennet and WSL changes for nomos node)
|
||||
# To add a new network type, add appropriate entries to the networkType and networkTypeSwitch
|
||||
# the networkTypeSwitch is placed before generate_network(): fwd declaration mismatch with typer/python :/
|
||||
class networkType(Enum):
|
||||
|
||||
Reference in New Issue
Block a user