Skip to content

Commit e00c46c

Browse files
authored
chore: update additional mainnet hostname references (#706)
1 parent 507fdf7 commit e00c46c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ make
180180
Run the chain-sync test program against a public mainnet node, starting at the beginning of the Shelley era:
181181

182182
```
183-
./gouroboros -address backbone.cardano-mainnet.iohk.io:3001 -network mainnet -ntn chain-sync -bulk -start-era shelley
183+
./gouroboros -address backbone.cardano.iog.io:3001 -network mainnet -ntn chain-sync -bulk -start-era shelley
184184
```
185185

186186
This will produce a LOT of output and take quite a few hours to reach chain tip. You're mostly looking for it to get through

topology_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var topologyTests = []topologyTestDefinition{
3333
{
3434
"Producers": [
3535
{
36-
"addr": "relays-new.cardano-mainnet.iohk.io",
36+
"addr": "backbone.cardano.iog.io",
3737
"port": 3001,
3838
"valency": 2
3939
}
@@ -43,7 +43,7 @@ var topologyTests = []topologyTestDefinition{
4343
expectedObject: &ouroboros.TopologyConfig{
4444
Producers: []ouroboros.TopologyConfigLegacyProducer{
4545
{
46-
Address: "relays-new.cardano-mainnet.iohk.io",
46+
Address: "backbone.cardano.iog.io",
4747
Port: 3001,
4848
Valency: 2,
4949
},
@@ -64,7 +64,7 @@ var topologyTests = []topologyTestDefinition{
6464
{
6565
"accessPoints": [
6666
{
67-
"address": "backbone.cardano-mainnet.iohk.io",
67+
"address": "backbone.cardano.iog.io",
6868
"port": 3001
6969
}
7070
],
@@ -95,7 +95,7 @@ var topologyTests = []topologyTestDefinition{
9595
{
9696
AccessPoints: []ouroboros.TopologyConfigP2PAccessPoint{
9797
{
98-
Address: "backbone.cardano-mainnet.iohk.io",
98+
Address: "backbone.cardano.iog.io",
9999
Port: 3001,
100100
},
101101
},

0 commit comments

Comments
 (0)