Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/anyhow-1.0.89
Browse files Browse the repository at this point in the history
  • Loading branch information
akhercha authored Sep 17, 2024
2 parents 601bae6 + 768ec25 commit a8cb8ea
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 19 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ keywords = ["vesu", "liquidator", "bot", "starknet"]

[dependencies]
anyhow = "1.0.89"
async-trait = "0.1.81"
async-trait = "0.1.82"
bigdecimal = { version = "0.4.5", features = ["serde"] }
cainome = { git = "https://github.com/cartridge-gg/cainome", tag = "v0.3.2", features = [
"abigen-rs",
] }
clap = { version = "4.5.16", features = ["derive"] }
clap = { version = "4.5.17", features = ["derive"] }
colored = "2.1.0"
dotenvy = "0.15.7"
futures-util = "0.3.30"
lazy_static = "1.5.0"
reqwest = { version = "0.12.7", features = ["json"] }
serde = "1.0.209"
serde_json = "1.0.127"
serde = "1.0.210"
serde_json = "1.0.128"
serde_yaml = "0.9"
starknet = "0.11.0"
strum = { version = "0.26", features = ["derive"] }
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@

## About

Vesu Liquidator 🤖 is an automated bot that monitors positions on the Vesu Protocol and automatically liquidates them if it's worth it.
Vesu Liquidator 🤖 is an automated bot that monitors positions on the Vesu Protocol and automatically liquidates them.

Under the hood, the bot calls the [vesu-liquidate](https://github.com/vesuxyz/vesu-liquidate) contract made by the Vesu team.

## Getting Started

Expand Down
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ vesu:
mainnet:
singleton_address: "0x02545b2e5d519fc230e9cd781046d3a64e092114f07e44771e0d719d148725ef"
extension_address: "0x2334189e831d804d4a11d3f71d4a982ec82614ac12ed2e9ca2f8da4e6374fa"
liquidate_address: "0x293400994360a80e1af1e4a6bc3501d924c7986a957ebca4fd0422791f5913c"
liquidate_address: "0x7d166b6792efbb1cf5eb58bdf05ba8b733ce90e6fa449bc92060ffffe6bfb55"

sepolia:
singleton_address: "0x69d0eca40cb01eda7f3d76281ef524cecf8c35f4ca5acc862ff128e7432964b"
extension_address: "0x18e0277fef34ae5687da68b7810a04230a45ff9686068868528d2e07fae705d"
liquidate_address: "0x293400994360a80e1af1e4a6bc3501d924c7986a957ebca4fd0422791f5913c"
liquidate_address: "0x11cc615b361d445d07aac1f27882f1597ac0e02cec434d729510c2d02fdc883"

assets:
- name: "ethereum"
Expand Down

0 comments on commit a8cb8ea

Please sign in to comment.