Skip to content

Commit

Permalink
fix: dolos peer address for mainnet (#276)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 authored Jul 11, 2024
1 parent 6dbaf1a commit b9e68f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/dolos/files/daemon.toml.gotmpl
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# https://dolos.txpipe.io/configuration
[upstream]
peer_address = "{{ .Context.Network }}-node.world.dev.cardano.org:30000"
network_magic = {{ .Context.NetworkMagic }}
{{- if eq .Context.Network "mainnet" }}
peer_address = "backbone.{{ .Context.Network }}.cardanofoundation.org:3001"
is_testnet = false
{{ else }}
peer_address = "{{ .Context.Network }}-node.world.dev.cardano.org:30000"
is_testnet = true
{{- end }}

Expand Down

0 comments on commit b9e68f8

Please sign in to comment.