Skip to content

Commit

Permalink
add operator ID
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMandal0rian committed May 7, 2024
1 parent 33bc1af commit 55972b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion resources/devnet/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ variable "domain_id" {
variable "domain_labels" {
description = "Tag of the domain to run"
type = list(string)
default = ["evm", "auto"]
default = ["nova", "auto"]
}

variable "instance_type" {
Expand Down
1 change: 1 addition & 0 deletions templates/scripts/create_domain_node_compose_file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ if [ "${enable_domains}" == "true" ]; then
echo ' "--domain-id", "${DOMAIN_ID_AUTO}",'
echo ' "--state-pruning", "archive",'
echo ' "--blocks-pruning", "archive",'
echo ' "--operator-id", "0",'
echo ' "--listen-on", "/ip4/0.0.0.0/tcp/${OPERATOR_PORT}",'
echo ' "--rpc-cors", "all",'
echo ' "--rpc-listen-on", "0.0.0.0:7944",'
Expand Down

0 comments on commit 55972b3

Please sign in to comment.