Skip to content

Commit

Permalink
chore: update feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
k1rill-fedoseev committed Dec 26, 2024
1 parent 11ca4e5 commit ce6bfdc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 94 deletions.
92 changes: 0 additions & 92 deletions user-ops-indexer/Cargo.lock

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

2 changes: 1 addition & 1 deletion user-ops-indexer/user-ops-indexer-logic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ chrono = "0.4.31"
lru = "0.12.2"
async-trait = "0.1.77"
serde_with = "3.6.1"
alloy = { version = "0.8.2", features = ["full", "provider-debug-api", "provider-trace-api"] }
alloy = { version = "0.8.2", features = ["contract", "pubsub", "provider-debug-api", "provider-trace-api"] }

[dev-dependencies]
async-trait = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion user-ops-indexer/user-ops-indexer-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde = "1.0"
tokio = { version = "1.23", features = ["rt-multi-thread", "macros"] }
tonic = "0.8"
tracing = "0.1"
alloy = { version = "0.8.2", features = ["full", "provider-debug-api", "provider-trace-api"] }
alloy = { version = "0.8.2", features = ["provider-ws", "provider-http"] }

[dev-dependencies]
sea-orm = { version = "*", features = ["sqlx-sqlite"] }

0 comments on commit ce6bfdc

Please sign in to comment.