We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4764525 commit 45bc79fCopy full SHA for 45bc79f
packages/dolos/files/daemon.toml.gotmpl
@@ -5,7 +5,7 @@ network_magic = {{ .Context.NetworkMagic }}
5
peer_address = "backbone.{{ .Context.Network }}.cardanofoundation.org:3001"
6
is_testnet = false
7
{{ else }}
8
-peer_address = "{{ .Context.Network }}-node.world.dev.cardano.org:30000"
+peer_address = "{{ .Context.Network }}-node.play.dev.cardano.org:3001"
9
is_testnet = true
10
{{- end }}
11
0 commit comments