Skip to content

Commit

Permalink
chore: update default hostname for mainnet (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
agaffney authored Sep 10, 2024
1 parent 34ee8de commit 507fdf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions networks.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Blink Labs Software
// Copyright 2024 Blink Labs Software
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -27,7 +27,7 @@ var (
Id: common.AddressNetworkMainnet,
Name: "mainnet",
NetworkMagic: 764824073,
PublicRootAddress: "backbone.cardano-mainnet.iohk.io",
PublicRootAddress: "backbone.cardano.iog.io",
PublicRootPort: 3001,
}
NetworkPreprod = Network{
Expand Down

0 comments on commit 507fdf7

Please sign in to comment.