Skip to content

Commit

Permalink
remove unused fungibles traits
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Jan 13, 2025
1 parent fb765ee commit ab0b360
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 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 modules/pallets/token-gateway/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-token-gateway"
version = "15.1.0"
version = "15.1.1"
edition = "2021"
description = "A substrate implementation of the token gateway protocol"
authors = ["Polytope Labs <hello@polytope.technology>"]
Expand Down
5 changes: 1 addition & 4 deletions modules/pallets/token-gateway/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,7 @@ pub mod pallet {

/// Fungible asset implementation
type Assets: fungibles::Mutate<Self::AccountId>
+ fungibles::Inspect<Self::AccountId>
+ fungibles::Create<Self::AccountId>
+ fungibles::metadata::Mutate<Self::AccountId>
+ fungibles::roles::Inspect<Self::AccountId>;
+ fungibles::metadata::Mutate<Self::AccountId>;

/// The native asset ID
type NativeAssetId: Get<AssetId<Self>>;
Expand Down

0 comments on commit ab0b360

Please sign in to comment.