Skip to content

Commit

Permalink
Merge pull request #2612 from mickvandijke/feat-evm-network-in-client…
Browse files Browse the repository at this point in the history
…-config

fix: add `evm_network` field to `ClientConfig`
  • Loading branch information
mickvandijke authored Jan 8, 2025
2 parents 6f94a1e + a6e75cb commit 94043db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autonomi/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ impl Client {
Ok(Self {
network,
client_event_sender: Arc::new(None),
evm_network: Default::default(),
evm_network: config.evm_network,
})
}

Expand Down

0 comments on commit 94043db

Please sign in to comment.