Skip to content

Commit

Permalink
chore: mention issue in TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
danisharora099 committed May 14, 2024
1 parent a730d5a commit 00c77c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sdk/src/utils/discovery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export function defaultPeerDiscoveries(
pubsubTopics: PubsubTopic[]
): ((components: Libp2pComponents) => PeerDiscovery)[] {
// TODO: add a check to see if it is indeed TWN or if it is a custom network
// https://github.com/waku-org/js-waku/issues/2014
const dnsFleet = pubsubTopics.includes(DefaultPubsubTopic)
? enrTree["TEST"]
: enrTree["SANDBOX"];
Expand Down

0 comments on commit 00c77c6

Please sign in to comment.