Skip to content

Commit

Permalink
Read Rewards Info
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay111meher committed Dec 16, 2024
1 parent d5e2f6f commit 56b0783
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kalypso-cli/src/common_deps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1585,9 +1585,8 @@ impl CommonDeps {
get_config_ref!(config, "operator_address", operator_address);
get_config_ref!(config, "rpc_url", rpc_url);
get_config_ref!(config, "proof_marketplace", proof_marketplace_address);
get_config_ref!(config, "chain_id", chain_id);

let (proof_marketplace, provider_http) =
let (proof_marketplace, _) =
get_proof_marketplace_instance_without_signer(proof_marketplace_address, rpc_url)?;

let operator_address = operator_address
Expand Down

0 comments on commit 56b0783

Please sign in to comment.