Skip to content

Commit

Permalink
chore: update node address/port for preview and sanchonet
Browse files Browse the repository at this point in the history
  • Loading branch information
agaffney committed Oct 27, 2023
1 parent 2d52b71 commit 623a210
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions networks.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 623a210

Please sign in to comment.