Skip to content

Commit

Permalink
feat: add devqa bootstrap peers (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc authored Jul 11, 2024
1 parent 6c7b611 commit d7bc380
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion one/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,10 @@ impl Network {
"/dns4/bootstrap-tnet-rust-ceramic-1.3box.io/tcp/4101/p2p/12D3KooWMqCFj5bnwuNi6D6KLhYiK4C8Eh9xSUKv2E6Jozs4nWEE",
"/dns4/bootstrap-tnet-rust-ceramic-2.3box.io/tcp/4101/p2p/12D3KooWPFGbRHWfDaWt5MFFeqAHBBq3v5BqeJ4X7pmn2V1t6uNs",
],
Network::DevUnstable => vec![],
Network::DevUnstable => vec![
"/dns4/bootstrap-devqa-rust-ceramic-1.3box.io/tcp/4101/p2p/12D3KooWJmYPnXgst4gW5GoyAYzRB3upLgLVR1oDVGwjiS9Ce7sA",
"/dns4/bootstrap-devqa-rust-ceramic-2.3box.io/tcp/4101/p2p/12D3KooWFCf7sKeW8NHoT35EutjJX5vCpPekYqa4hB4tTUpYrcam",
],
Network::Local => vec![],
Network::InMemory => vec![],
}
Expand Down

0 comments on commit d7bc380

Please sign in to comment.