From 93c6385517d3888ac2e8d7fe0b44e05ae175e851 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Sun, 9 Jun 2024 01:10:14 +0200 Subject: [PATCH] Updated README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 11902ef..c8a595b 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ Defi interface for Partisia Blockchain. Program Flow: - State Overview (Read-only): - * [ ] Download list of swaps and tokens from Swap Router. - * [ ] Download token contract state to determine contract types and basic info. - * [ ] Download swap contract state to determine contract types. + * [X] Download list of swaps and tokens from Swap Router. + * [X] Download token contract state to determine contract types and basic info. + * [X] Download swap contract state to determine contract types. + * [X] Continually download state of swap contracts, to ensure liquidity and pricing information is up to date. * [ ] Construct swap graph. - * [ ] Continually download state of swap contracts, to ensure liquidity and pricing information is up to date. - Logging in: * [ ] User presses relevant login button.