Skip to content

Commit

Permalink
updated sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
phearnot committed Oct 9, 2024
1 parent 8d800a7 commit f0c10b4
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions docker/waves-testnet.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,25 @@ waves {
port = 6869
api-key-hash = ${?WAVES_API_KEY_HASH}
}
}

l2 {
chain-contract = 3Msx4Aq69zWUKy4d1wyKnQ4ofzEDAfv5Ngf
execution-client-address = "http://execution-client:8551"
jwt-secret-file = /etc/secrets/jwtsecret
units {
chains = [
{
chain-contract = 3Msx4Aq69zWUKy4d1wyKnQ4ofzEDAfv5Ngf
execution-client-address = "http://execution-client:8551"
jwt-secret-file = /etc/secrets/jwtsecret

network {
port = 6865
declared-address = ${?UNITS_DECLARED_ADDRESS}
known-peers = [
"testnet-l2-htz-hel1-1.wavesnodes.com:6865"
"testnet-l2-htz-hel1-2.wavesnodes.com:6865"
"testnet-htz-nbg1-1.wavesnodes.com:6865"
]
network {
port = 6865
declared-address = ${?UNITS_DECLARED_ADDRESS}
known-peers = [
"testnet-l2-htz-hel1-1.wavesnodes.com:6865"
"testnet-l2-htz-hel1-2.wavesnodes.com:6865"
"testnet-htz-nbg1-1.wavesnodes.com:6865"
]
}
mining-enable = no
}
mining-enable = no
}
]
}

0 comments on commit f0c10b4

Please sign in to comment.