Skip to content

Commit

Permalink
chore(packages): update dolos peer addresses for testnets
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 committed Jul 11, 2024
1 parent b9e68f8 commit 1acc6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dolos/files/daemon.toml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ network_magic = {{ .Context.NetworkMagic }}
peer_address = "backbone.{{ .Context.Network }}.cardanofoundation.org:3001"
is_testnet = false
{{ else }}
peer_address = "{{ .Context.Network }}-node.world.dev.cardano.org:30000"
peer_address = "{{ .Context.Network }}-node.play.dev.cardano.org:3001"
is_testnet = true
{{- end }}

Expand Down

0 comments on commit 1acc6d4

Please sign in to comment.