We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ee8de commit 507fdf7Copy full SHA for 507fdf7
networks.go
@@ -1,4 +1,4 @@
1
-// Copyright 2023 Blink Labs Software
+// Copyright 2024 Blink Labs Software
2
//
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
// you may not use this file except in compliance with the License.
@@ -27,7 +27,7 @@ var (
27
Id: common.AddressNetworkMainnet,
28
Name: "mainnet",
29
NetworkMagic: 764824073,
30
- PublicRootAddress: "backbone.cardano-mainnet.iohk.io",
+ PublicRootAddress: "backbone.cardano.iog.io",
31
PublicRootPort: 3001,
32
}
33
NetworkPreprod = Network{
0 commit comments