Skip to content

Commit

Permalink
chore: rename to chainflip-elections-tracker.
Browse files Browse the repository at this point in the history
  • Loading branch information
MxmUrw committed Feb 14, 2025
1 parent a9546d7 commit 69b4694
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 30 deletions.
54 changes: 27 additions & 27 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ members = [
"api/bin/chainflip-broker-api",
"api/bin/chainflip-cli",
"api/bin/chainflip-ingress-egress-tracker",
"api/bin/chainflip-lp-api", "api/bin/chainflip-state-observer",
"api/bin/chainflip-lp-api",
"api/bin/chainflip-elections-tracker",
"api/lib",
"engine",
"engine-proc-macros",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[package]
name = "chainflip-state-observer"
name = "chainflip-elections-tracker"
version = "0.1.0"
edition = "2024"

[dependencies]
# chainflip-state-observer-framework = {git = "https://github.com/chainflip-io/chainflip-state-observer-framework.git", branch = "feat/PRO-2014/create-observable-trait"}
tracing = "0.1.41"
tracing-core = "0.1.33"
tracing-opentelemetry = "0.28.0"
Expand Down

0 comments on commit 69b4694

Please sign in to comment.