Skip to content

Commit

Permalink
add necessary fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Feb 16, 2025
1 parent fa50af7 commit e49763a
Show file tree
Hide file tree
Showing 47 changed files with 137,268 additions and 173,055 deletions.
1 change: 0 additions & 1 deletion crates/katana/feeder-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ katana-rpc-types.workspace = true

reqwest.workspace = true
serde.workspace = true
serde_json.workspace = true
starknet.workspace = true
thiserror.workspace = true
tracing.workspace = true
Expand Down
6 changes: 0 additions & 6 deletions crates/katana/feeder-gateway/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,4 @@ mod tests {

assert_eq!(url.query(), Some("blockNumber=pending"));
}

// #[tokio::test]
// async fn get_now_6500() {
// let client = SequencerGateway::sn_mainnet();
// client.get_block(BlockIdOrTag::Number(6500)).await.unwrap();
// }
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit e49763a

Please sign in to comment.