Skip to content

Commit

Permalink
add stableswap type to registry token type
Browse files Browse the repository at this point in the history
  • Loading branch information
enthusiastmartin committed Jul 31, 2023
1 parent 6173a8b commit 4d19de0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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.

2 changes: 1 addition & 1 deletion pallets/asset-registry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-asset-registry"
version = "2.2.2"
version = "2.2.3"
description = "Pallet for asset registry management"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
1 change: 1 addition & 0 deletions pallets/asset-registry/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ use serde::{Deserialize, Serialize};
pub enum AssetType<AssetId> {
Token,
PoolShare(AssetId, AssetId),
StableSwap,
}

#[derive(Encode, Decode, Eq, PartialEq, Copy, Clone, RuntimeDebug, TypeInfo, MaxEncodedLen)]
Expand Down

0 comments on commit 4d19de0

Please sign in to comment.