Skip to content

Commit 04063e5

Browse files
committed
refactor: introduce trait-based architecture for CCTP v1 bridge
1 parent 8e6aa38 commit 04063e5

File tree

12 files changed

+1226
-171
lines changed

12 files changed

+1226
-171
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ alloy-provider = { version = "1.0.41", default-features = false, features = [
2828
alloy-rpc-types = "1.0.42"
2929
alloy-sol-types = { version = "1.4.0", features = ["json"] }
3030
alloy-transport = { version = "1.0.41", default-features = false }
31+
async-trait = "0.1"
3132
bon = "3.8.1"
3233
reqwest = { version = "0.12.23", features = ["json"] }
3334
serde = { version = "1.0.228", features = ["derive"] }

0 commit comments

Comments
 (0)