Skip to content

Commit

Permalink
Merge branch 'main' into fix-bitswap-metrics-injection
Browse files Browse the repository at this point in the history
  • Loading branch information
renaynay committed Sep 23, 2024
2 parents 894a79c + 3b7a579 commit 44db8bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ module github.com/celestiaorg/celestia-node

go 1.23.0

// set build directive until golang/go#69312 is fixed
godebug asynctimerchan=1

require (
cosmossdk.io/math v1.3.0
github.com/BurntSushi/toml v1.4.0
Expand Down
2 changes: 2 additions & 0 deletions nodebuilder/p2p/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ var bootstrapList = map[Network][]string{
"/dns4/da-full-1.celestia-bootstrap.net/tcp/2121/p2p/12D3KooWKZCMcwGCYbL18iuw3YVpAZoyb1VBGbx9Kapsjw3soZgr",
"/dns4/da-full-2.celestia-bootstrap.net/tcp/2121/p2p/12D3KooWE3fmRtHgfk9DCuQFfY3H3JYEnTU3xZozv1Xmo8KWrWbK",
"/dns4/da-full-3.celestia-bootstrap.net/tcp/2121/p2p/12D3KooWK6Ftsd4XsWCsQZgZPNhTrE5urwmkoo5P61tGvnKmNVyv",
"/dns4/boot.celestia.pops.one/tcp/2121/p2p/12D3KooWBBzzGy5hAHUQVh2vBvL25CKwJ7wbmooPcz4amQhzJHJq",
"/dns4/celestia.qubelabs.io/tcp/2121/p2p/12D3KooWAzucnC7yawvLbmVxv53ihhjbHFSVZCsPuuSzTg6A7wgx",
},
Arabica: {
"/dnsaddr/da-bridge-1.celestia-arabica-11.com/p2p/12D3KooWGqwzdEqM54Dce6LXzfFr97Bnhvm6rN7KM7MFwdomfm4S",
Expand Down

0 comments on commit 44db8bb

Please sign in to comment.