Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
afsardo committed Oct 27, 2023
1 parent 11cb6d3 commit a77b652
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a77b652

Please sign in to comment.