Skip to content

Commit

Permalink
chore: replace retired iohk.io nodes in docs/tests
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 committed Sep 10, 2024
1 parent 507fdf7 commit 710ab5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ make
Run the chain-sync test program against a public mainnet node, starting at the beginning of the Shelley era:

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

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
Expand Down
8 changes: 4 additions & 4 deletions topology_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var topologyTests = []topologyTestDefinition{
{
"Producers": [
{
"addr": "relays-new.cardano-mainnet.iohk.io",
"addr": "backbone.cardano.iog.io",
"port": 3001,
"valency": 2
}
Expand All @@ -43,7 +43,7 @@ var topologyTests = []topologyTestDefinition{
expectedObject: &ouroboros.TopologyConfig{
Producers: []ouroboros.TopologyConfigLegacyProducer{
{
Address: "relays-new.cardano-mainnet.iohk.io",
Address: "backbone.cardano.iog.io",
Port: 3001,
Valency: 2,
},
Expand All @@ -64,7 +64,7 @@ var topologyTests = []topologyTestDefinition{
{
"accessPoints": [
{
"address": "backbone.cardano-mainnet.iohk.io",
"address": "backbone.cardano.iog.io",
"port": 3001
}
],
Expand Down Expand Up @@ -95,7 +95,7 @@ var topologyTests = []topologyTestDefinition{
{
AccessPoints: []ouroboros.TopologyConfigP2PAccessPoint{
{
Address: "backbone.cardano-mainnet.iohk.io",
Address: "backbone.cardano.iog.io",
Port: 3001,
},
},
Expand Down

0 comments on commit 710ab5c

Please sign in to comment.