You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in cargo.toml
jito-json-rpc-client = "0.1.0" # Assuming this is a custom or less common package
is probably something like:
jito-json-rpc-client = { git = "https://github.com/jito-labs/json-rpc-client", package = "jito-block-engine-json-rpc-client"}
and then welcome to dependency hell ;-)
The text was updated successfully, but these errors were encountered:
in cargo.toml
jito-json-rpc-client = "0.1.0" # Assuming this is a custom or less common package
is probably something like:
jito-json-rpc-client = { git = "https://github.com/jito-labs/json-rpc-client", package = "jito-block-engine-json-rpc-client"}
and then welcome to dependency hell ;-)
The text was updated successfully, but these errors were encountered: