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 6dbaf1a commit b9e68f8Copy full SHA for b9e68f8
packages/dolos/files/daemon.toml.gotmpl
@@ -1,10 +1,11 @@
1
# https://dolos.txpipe.io/configuration
2
[upstream]
3
-peer_address = "{{ .Context.Network }}-node.world.dev.cardano.org:30000"
4
network_magic = {{ .Context.NetworkMagic }}
5
{{- if eq .Context.Network "mainnet" }}
+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"
9
is_testnet = true
10
{{- end }}
11
0 commit comments