Skip to content

Commit

Permalink
chore: update node address/port for preview, sanchonet, and mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
agaffney committed Oct 27, 2023
1 parent 2d52b71 commit 96cc1db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions networks.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var (
Id: 1,
Name: "mainnet",
NetworkMagic: 764824073,
PublicRootAddress: "relays-new.cardano-mainnet.iohk.io",
PublicRootAddress: "backbone.cardano-mainnet.iohk.io",
PublicRootPort: 3001,
}
NetworkPreprod = Network{
Expand All @@ -35,15 +35,15 @@ var (
Id: 3,
Name: "preview",
NetworkMagic: 2,
PublicRootAddress: "preview-node.world.dev.cardano.org",
PublicRootPort: 30002,
PublicRootAddress: "preview-node.play.dev.cardano.org",
PublicRootPort: 3001,
}
NetworkSancho = Network{
Id: 4,
Name: "sanchonet",
NetworkMagic: 4,
PublicRootAddress: "sanchonet-node.world.dev.cardano.org",
PublicRootPort: 30004,
PublicRootAddress: "sanchonet-node.play.dev.cardano.org",
PublicRootPort: 3001,
}

NetworkInvalid = Network{
Expand Down

0 comments on commit 96cc1db

Please sign in to comment.