Skip to content

Commit 13e604c

Browse files
committed
feat: add value check
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent 5f5e7f6 commit 13e604c

File tree

4 files changed

+314
-19
lines changed

4 files changed

+314
-19
lines changed

Cargo.lock

Lines changed: 142 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ alloy-primitives = { version = "0.6", features = ["serde"] }
88
alloy-sol-types = "0.6"
99
anyhow = "1.0.75"
1010
arc-swap = "1.6.0"
11+
cost-model = { git = "https://github.com/graphprotocol/agora", rev = "3ed34ca" }
1112
ethers = "2.0.10"
1213
ethers-core = "2.0.10"
1314
eventuals = "0.6.7"

common/src/tap/checks.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
pub mod allocation_eligible;
55
pub mod deny_list_check;
66
pub mod sender_balance_check;
7+
pub mod value_check;

0 commit comments

Comments
 (0)