Skip to content

Commit

Permalink
feat: add updated carbonable read fn
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushtom committed Mar 26, 2024
1 parent c293a20 commit a596d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/endpoints/quests/braavos/carbonable/verify_deposit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub async fn handler(
.call(
FunctionCall {
contract_address: state.conf.quests.carbonable.contract,
entry_point_selector: selector!("balanceOf"),
entry_point_selector: selector!("get_claimed_value"),
calldata,
},
BlockId::Tag(BlockTag::Latest),
Expand Down

0 comments on commit a596d51

Please sign in to comment.