Skip to content

Commit 507fdf7

Browse files
authored
chore: update default hostname for mainnet (#705)
1 parent 34ee8de commit 507fdf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

networks.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 Blink Labs Software
1+
// Copyright 2024 Blink Labs Software
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -27,7 +27,7 @@ var (
2727
Id: common.AddressNetworkMainnet,
2828
Name: "mainnet",
2929
NetworkMagic: 764824073,
30-
PublicRootAddress: "backbone.cardano-mainnet.iohk.io",
30+
PublicRootAddress: "backbone.cardano.iog.io",
3131
PublicRootPort: 3001,
3232
}
3333
NetworkPreprod = Network{

0 commit comments

Comments
 (0)