Skip to content

Commit

Permalink
feat: Update bindings (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
azurwastaken authored Sep 19, 2024
1 parent 7d56ef2 commit 15c7aea
Show file tree
Hide file tree
Showing 9 changed files with 6,439 additions and 5,518 deletions.
370 changes: 198 additions & 172 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["vesu", "liquidator", "bot", "starknet"]
anyhow = "1.0.89"
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 = [
cainome = { git = "https://github.com/cartridge-gg/cainome", tag = "v0.4.0", features = [
"abigen-rs",
] }
clap = { version = "4.5.17", features = ["derive"] }
Expand All @@ -25,7 +25,7 @@ reqwest = { version = "0.12.7", features = ["json"] }
serde = "1.0.210"
serde_json = "1.0.128"
serde_yaml = "0.9"
starknet = "0.11.0"
starknet = { git = "https://github.com/xJonathanLEI/starknet-rs", rev = "2ddc694" }
strum = { version = "0.26", features = ["derive"] }
tokio = { version = "1.40.0", features = ["full"] }
tracing = "0.1.40"
Expand All @@ -36,7 +36,7 @@ apibara-core = { git = "https://github.com/apibara/dna", rev = "9caa385" }
apibara-sdk = { git = "https://github.com/apibara/dna", rev = "9caa385" }

[build-dependencies]
cainome = { git = "https://github.com/cartridge-gg/cainome", tag = "v0.3.2", features = [
cainome = { git = "https://github.com/cartridge-gg/cainome", tag = "v0.4.0", features = [
"abigen-rs",
] }

Expand Down
Loading

0 comments on commit 15c7aea

Please sign in to comment.