Skip to content

Commit

Permalink
feat!: complete axon client
Browse files Browse the repository at this point in the history
  • Loading branch information
blckngm committed Nov 23, 2023
1 parent 6fc1b6e commit 8098f4e
Show file tree
Hide file tree
Showing 16 changed files with 443 additions and 640 deletions.
127 changes: 101 additions & 26 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jsonrpc-core = "18.0"
strum = { version = "0.24.1", features = ["derive"] }
lazy_static = "1.4.0"

ckb-ics-axon = { git = "https://github.com/synapseweb3/ckb-ics.git", rev = "bfd8ab46a1f1fc" }
ckb-ics-axon = { git = "https://github.com/synapseweb3/ckb-ics.git", rev = "45cdaa470cb" }
cstr_core = "0.2.6"
rlp = "0.5.2"

Expand Down
Loading

0 comments on commit 8098f4e

Please sign in to comment.