Skip to content

Commit

Permalink
fix: push->insert
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-frmr committed May 14, 2024
1 parent 3f13f53 commit eec1581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kinode/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ async fn main() {
.get_one::<u16>("fakechain-port")
.cloned()
.unwrap_or(8545);
eth_provider_config.push(lib::eth::ProviderConfig {
eth_provider_config.insert(lib::eth::ProviderConfig {
chain_id: 31337,
trusted: true,
provider: lib::eth::NodeOrRpcUrl::RpcUrl(format!(
Expand Down

0 comments on commit eec1581

Please sign in to comment.