From 24049e7c77e0ae0f48a9feba7306b20dcfbb48d7 Mon Sep 17 00:00:00 2001 From: Aurora Gaffney Date: Tue, 10 Sep 2024 11:39:52 -0500 Subject: [PATCH] chore: update default hostname for mainnet --- networks.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/networks.go b/networks.go index 80c0fa80..23786e55 100644 --- a/networks.go +++ b/networks.go @@ -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. @@ -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{