Skip to content

Commit

Permalink
add equals money as blockchain
Browse files Browse the repository at this point in the history
  • Loading branch information
backpack-exchange-bot committed Jan 15, 2025
1 parent 9331acd commit fb11ab6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bpx-api-client"
version = "0.6.0"
version = "0.6.1"
license = "Apache-2.0"
edition = "2021"
description = "Backpack Exchange API client"
Expand Down
2 changes: 1 addition & 1 deletion rust/types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bpx-api-types"
version = "0.6.0"
version = "0.6.1"
license = "Apache-2.0"
edition = "2021"
description = "Backpack Exchange API types"
Expand Down
1 change: 1 addition & 0 deletions rust/types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ pub enum Blockchain {
Polygon,
Bitcoin,
Internal,
EqualsMoney,
}

0 comments on commit fb11ab6

Please sign in to comment.