Skip to content

Commit

Permalink
Added WANNetworkConfig import
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Aug 12, 2024
1 parent 7426870 commit 48b997d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use lair_keystore::dependencies::sodoken::{BufRead, BufWrite};
use std::path::PathBuf;
use tauri_plugin_holochain::{HolochainPluginConfig, HolochainExt};
use tauri_plugin_holochain::{HolochainPluginConfig, HolochainExt, WANNetworkConfig};
use url2::Url2;

const SIGNAL_URL: &'static str = "wss://signal.holo.host";
Expand Down

0 comments on commit 48b997d

Please sign in to comment.