Skip to content

Commit

Permalink
add pallet token gateway version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizdave97 committed Oct 7, 2024
1 parent b60e851 commit 8f6b89e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ pallet-asset-gateway = { path = "modules/ismp/pallets/asset-gateway", default-fe
pallet-token-governor = { path = "modules/ismp/pallets/token-governor", default-features = false }
pallet-state-coprocessor = { path = "modules/ismp/pallets/state-coprocessor", default-features = false }
pallet-mmr = { path = "modules/trees/mmr/pallet", default-features = false }
pallet-token-gateway = { path = "modules/ismp/pallets/token-gateway", default-features = false }
pallet-token-gateway = { version = "1.15.0", path = "modules/ismp/pallets/token-gateway", default-features = false }
pallet-token-gateway-inspector = { path = "modules/ismp/pallets/token-gateway-inspector", default-features = false }

# merkle trees
Expand Down
2 changes: 1 addition & 1 deletion modules/ismp/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 = "0.1.0"
version = "1.15.0"
edition = "2021"
description = "The token gateway is a susbtrate implementation of the token gateway protocol"
authors = ["Polytope Labs <[email protected]>"]
Expand Down

0 comments on commit 8f6b89e

Please sign in to comment.