Skip to content

Commit 45bc79f

Browse files
authored
chore(packages): update dolos peer addresses for testnets (#277)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 4764525 commit 45bc79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dolos/files/daemon.toml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ network_magic = {{ .Context.NetworkMagic }}
55
peer_address = "backbone.{{ .Context.Network }}.cardanofoundation.org:3001"
66
is_testnet = false
77
{{ else }}
8-
peer_address = "{{ .Context.Network }}-node.world.dev.cardano.org:30000"
8+
peer_address = "{{ .Context.Network }}-node.play.dev.cardano.org:3001"
99
is_testnet = true
1010
{{- end }}
1111

0 commit comments

Comments
 (0)