Skip to content

Commit b9e68f8

Browse files
authored
fix: dolos peer address for mainnet (#276)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 6dbaf1a commit b9e68f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/dolos/files/daemon.toml.gotmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# https://dolos.txpipe.io/configuration
22
[upstream]
3-
peer_address = "{{ .Context.Network }}-node.world.dev.cardano.org:30000"
43
network_magic = {{ .Context.NetworkMagic }}
54
{{- if eq .Context.Network "mainnet" }}
5+
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"
89
is_testnet = true
910
{{- end }}
1011

0 commit comments

Comments
 (0)