Skip to content

Commit

Permalink
update: avail url (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshalshukla authored Feb 2, 2024
1 parent 55ebe2a commit 8253dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/da/avail.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ impl DaClient for AvailClient {

fn generate_config(da_config_path: &str, seed: &str, address: &str) -> Result<(), DaError> {
let avail_config = AvailConfig {
ws_provider: "wss://goldberg.avail.tools:443/ws".to_string(),
ws_provider: "wss://karnot-rpc.avail.tools:443/ws".to_string(),
mode: "sovereign".to_string(),
seed: seed.to_string(),
app_id: 0,
Expand Down

0 comments on commit 8253dae

Please sign in to comment.