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.