Skip to content

Commit ac00c4e

Browse files
Merge pull request #177 from klever-io/develop
[Release] 0.2.26
2 parents 531ce23 + 13e5741 commit ac00c4e

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ homepage = "https://klever.org/"
3636
license = "Apache-2.0"
3737
repository = "https://github.com/kleverio/kos-rs"
3838
rust-version = "1.69.0"
39-
version = "0.2.25"
39+
version = "0.2.26"
4040

4141
[workspace.dependencies]
4242
bech32 = "0.9.1"
@@ -77,7 +77,7 @@ serde_json = "1.0"
7777
thiserror = "1.0"
7878
kos-mobile = { version = "0.1.0", path = "./packages/kos-mobile", default-features = false }
7979
ecies = { version = "0.2.7", default-features = false, features = ["pure"] }
80-
kos = { version = "0.2.25", path = "./packages/kos", default-features = false, features = ["not-ksafe"] }
80+
kos = { version = "0.2.26", path = "./packages/kos", default-features = false, features = ["not-ksafe"] }
8181

8282
# lightning
8383
lwk_common = "0.9.0"

packages/kos/src/chains/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ impl ChainRegistry {
595595
(
596596
constants::ICP,
597597
ChainInfo {
598-
factory: || Box::new(ICP::new(KeyType::SECP256K1)),
598+
factory: || Box::new(ICP::new(KeyType::ED25519)),
599599
supported: true,
600600
},
601601
),

0 commit comments

Comments
 (0)