Skip to content

Commit

Permalink
dev: fix rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
ftupas committed Sep 19, 2023
1 parent 6caed50 commit 30ec402
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ revm-primitives = "1.1"
reth-rlp = { git = "https://github.com/paradigmxyz/reth.git", tag = "v0.1.0-alpha.7" }

# Kakarot deps
kakarot-rpc-core = { git = "https://github.com/kkrt-labs/kakarot-rpc.git" }
kakarot-test-utils = { git = "https://github.com/kkrt-labs/kakarot-rpc.git" }
kakarot-rpc-core = { git = "https://github.com/kkrt-labs/kakarot-rpc.git", rev = "0894457" }
kakarot-test-utils = { git = "https://github.com/kkrt-labs/kakarot-rpc.git", rev = "0894457" }

# Starknet deps
katana-core = { git = 'https://github.com/dojoengine/dojo', rev = "b924dac" }
Expand Down

0 comments on commit 30ec402

Please sign in to comment.