Skip to content

Commit

Permalink
minimal poc
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Feb 4, 2025
1 parent 1a4f78d commit 4522f13
Show file tree
Hide file tree
Showing 10 changed files with 7,549 additions and 2,149 deletions.
1 change: 1 addition & 0 deletions crates/dry_hint_processor/src/syscall_handler/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ pub struct CallContractHandlerRelay {
pub starknet_call_contract_handler: StarknetCallContractHandler,
#[serde(skip)]
pub debug_call_contract_handler: DebugCallContractHandler,
#[serde(skip)]
pub any_type_call_contract_handler: AnyTypeCallContractHandler,
}

Expand Down
Loading

0 comments on commit 4522f13

Please sign in to comment.