From 0c0eef4a875d2670f408b1b1a8357f8b6452c302 Mon Sep 17 00:00:00 2001 From: William Freudenberger Date: Fri, 28 Jul 2023 16:26:47 +0200 Subject: [PATCH] fix: remove PoC --- applications/centrifuge-twamm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/centrifuge-twamm.md b/applications/centrifuge-twamm.md index 36e5713d18c..8b627b46cd0 100644 --- a/applications/centrifuge-twamm.md +++ b/applications/centrifuge-twamm.md @@ -345,7 +345,7 @@ We would like to bring to your attention that we recently presented a similar, a | **0b.** | Documentation | We will provide both **inline documentation** of the code and a basic **tutorial** on how to load any metadata into its own registry of chain types. | | **0c.** | Testing and Testing Guide | Core functions will be fully covered by comprehensive unit tests to ensure functionality and robustness. In the guide, we will describe how to run these tests. | | **0d.** | Docker | We will provide a Dockerfile(s) that can be used to test all the functionality delivered with this milestone. | -| **1.** | `pallet_twamm` PoC | Config using `pallet-conversion-rate` as implementor of [`BasicAmm`](#AMM-Traits) trait, [Structs](Structs), [Storage](#Storage) as [above](#pallet_twamm). | +| **1.** | `pallet_twamm` | Config using `pallet-conversion-rate` as implementor of [`BasicAmm`](#AMM-Traits) trait, [Structs](Structs), [Storage](#Storage) as [above](#pallet_twamm). | | **2.** | `pallet_twamm` Extrinsics | [Extrinsics](#Extrinsics) as described [above](#pallet_twamm). | | **3.** | `pallet_twamm` runtime API | Define trait and expose Claimable proceeds for an order as well as aggregated order data for a given asset. | | **4.** | Benchmark `pallet_twamm` | Add required mocks for `Rewards` and `BasicAmm` and do runtime benchmarks. |