From a77b652e871aaa4a81f8c8d48d380e55c9b627d4 Mon Sep 17 00:00:00 2001 From: afsardo Date: Fri, 27 Oct 2023 04:42:01 +0100 Subject: [PATCH] Update index.ts --- test/index.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test/index.ts b/test/index.ts index 730299e..eb8f1ca 100644 --- a/test/index.ts +++ b/test/index.ts @@ -49,7 +49,16 @@ type WithdrawResult = { returned_amounts: [string, string]; }; +type XykPoolRawConfig = { + block_time_last: number; + price0_cumulative_last: string; + price1_cumulative_last: string; +}; + type StablePoolRawConfig = { + block_time_last: number; + price0_cumulative_last: string; + price1_cumulative_last: string; init_amp: number; init_amp_time: number; next_amp: number;