Skip to content

Commit

Permalink
Update Goldberg bootstrap configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-tra committed Jan 11, 2024
1 parent 2eb99f5 commit 9a62827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,6 @@ var (
// BootstrapPeersGoldberg Avail network extracted from:
// https://github.com/availproject/light-client-lib/blob/e5cb20f092951e15436bc21a2ac1f97c10d6a800/src/types.rs#L586C6-L586C72
BootstrapPeersGoldberg = []string{
"/dns/bootnode.1.lightclient.goldberg.avail.tools/udp/37000/quic-v1/p2p/12D3KooWBkLsNGaD3SpMaRWtAmWVuiZg1afdNSPbtJ8M8r9ArGRT",
"/dns/bootnode.1.lightclient.goldberg.avail.tools/tcp/37000/p2p/12D3KooWBkLsNGaD3SpMaRWtAmWVuiZg1afdNSPbtJ8M8r9ArGRT",
}
)
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ func ConfigureNetwork(network string) (*cli.StringSlice, *cli.StringSlice, error
protocols = cli.NewStringSlice("discv5") // TODO
case NetworkGoldberg:
bootstrapPeers = cli.NewStringSlice(BootstrapPeersGoldberg...)
protocols = cli.NewStringSlice("/avail_kad/id/1.0.0")
protocols = cli.NewStringSlice("/avail_kad/id/1.0.0-6f0996")
case NetworkIPFS, NetworkAmino:
bps := []string{}
for _, maddr := range kaddht.DefaultBootstrapPeers {
Expand Down

0 comments on commit 9a62827

Please sign in to comment.