Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from irnb/feat/bitcoin-integration
Browse files Browse the repository at this point in the history
fix(via_btc-client): rename the library [ci skip]
  • Loading branch information
irnb authored Jul 14, 2024
2 parents 3464187 + d0ddf8a commit c131c77
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ members = [
"core/lib/snapshots_applier",
"core/lib/crypto_primitives",
"core/lib/external_price_api",
"core/lib/via_btc_adaptor",
"core/lib/via_btc_client",
# Test infrastructure
"core/tests/test_account",
"core/tests/loadnext",
Expand Down Expand Up @@ -260,7 +260,7 @@ zksync_utils = { version = "0.1.0", path = "core/lib/utils" }
zksync_web3_decl = { version = "0.1.0", path = "core/lib/web3_decl" }
zksync_crypto_primitives = { version = "0.1.0", path = "core/lib/crypto_primitives" }
zksync_external_price_api = { version = "0.1.0", path = "core/lib/external_price_api" }
via_btc_adaptor= { version = "0.1.0", path = "core/lib/via_btc_adaptor" }
via_btc_client= { version = "0.1.0", path = "core/lib/via_btc_client" }


# Framework and components
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "via_btc_adaptor"
name = "via_btc_client"
description = "Via Network Bitcoin Inscription Standard Implementation"
version.workspace = true
edition.workspace = true
Expand Down
File renamed without changes.

0 comments on commit c131c77

Please sign in to comment.