From a820d9e1ff460f991bd83afe6d0de0302dc08ed5 Mon Sep 17 00:00:00 2001 From: pgherveou Date: Tue, 2 Jan 2024 15:09:18 +0100 Subject: [PATCH] wip --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 33f0a60448..87bd0979a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,6 +83,7 @@ const_env = { version = "0.1"} # Substrate dependencies pallet-contracts-primitives = { version = "26.0.0", default-features = false } +# TODO update once released pallet-contracts-uapi = { path = "../polkadot-sdk/substrate/frame/contracts/uapi", default-features = false } sp-core = { version = "23.0.0", default-features = false } sp-keyring = { version = "26.0.0", default-features = false }