diff --git a/progress/artem-kolodko.md b/progress/artem-kolodko.md index 253df876c..c8cdca56a 100644 --- a/progress/artem-kolodko.md +++ b/progress/artem-kolodko.md @@ -67,7 +67,7 @@ In Q1 2025, I focused on advancing DeFi analytics. I started portfolio performan 2025-03-23 Sun (3.0h): portfolio tracker: researched [Subgraph API](https://sonic.kingdomsubgraph.com/subgraphs/name/shadow-migration) and [implemented](https://github.com/harmony-one/shadow-scraper/commit/c832ff2b6d81ace84bba8a23221bfbd9b7f895fe) logic to get the full history of rewards claimed by a user. Continie working on the APY calculation for Shadow pools. -2025-03-21 Fri: [added](https://github.com/harmony-one/shadow-scraper/commit/5227a40f4f51cf12b37077dad6c3bef91f863e34) values and balances in USD in portfolio tracker for all coins available in Coingecko API. Started working on the APR calclation for pools. +2025-03-21 Fri: [added](https://github.com/harmony-one/shadow-scraper/commit/5227a40f4f51cf12b37077dad6c3bef91f863e34) values and balances in USD in portfolio tracker for all coins available in Coingecko API. Started working on the APR calculation for pools. 2025-03-20 Thu: portfolio tracker: [added](https://github.com/harmony-one/shadow-scraper/commit/3f080efddafa31e49738a30165a146e91ea88610) Shadow pool pending rewards with all 3 reward tokens: Shadow, XShadow and X33. [Added](https://github.com/harmony-one/shadow-scraper/commit/c34e3f42b1cb8bfe6a21408cb19bd8a54923602d) ERC20 tokens balance. [Improved](https://github.com/harmony-one/shadow-scraper/commit/dbfeae5902f5c2883b4e19ecadef113168863735) export to tsv format. diff --git a/progress/sun-hyuk-ahn.md b/progress/sun-hyuk-ahn.md index 3b0b50a33..ee1863877 100644 --- a/progress/sun-hyuk-ahn.md +++ b/progress/sun-hyuk-ahn.md @@ -885,7 +885,7 @@ Note that these are brief layout of the specification after the initial research --- -2023-12-24 Sun: Testnet testing the bridge transacitons. Working as expected. +2023-12-24 Sun: Testnet testing the bridge transactions. Working as expected. 2023-12-23 Sat: Generalized bridge logic to be deployed on any chains. Generalized Bridge.sol now can deposit and withdraw tokens. In need of Harmony Testnet tokens in order to deploy and test out transactions.