From 780e38a88baf02fecaf24e168fef24bf666a6cbb Mon Sep 17 00:00:00 2001 From: Dominic Fournier <36671850+DominicF96@users.noreply.github.com> Date: Thu, 11 Apr 2024 13:57:35 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbca63b..ec15bf6 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ You can have a look at the [Chain Type](/src/types/chain.types.ts) and at our [l With the 2.0 release, we've done massive changes to improve QoL for developers and maintainers. The most important changes are; +- ✅ Enabling chain icons to work on local environments (no longer loading from prod) +- ✅ Github Action automations making sure certain parts of the data is always up-to-date - ✅ Easier sort of chains while keeping mainnets, testnets and consensus layer together - ✅ Easier to understand relationship between networks (mainnets, testnets, consensus layers, ...) as a newcomer - ✅ Easier to manage chain indexes (priority order) @@ -18,8 +20,6 @@ With the 2.0 release, we've done massive changes to improve QoL for developers a - ✅ No more need to copy-paste the service configs between multiple projects, it's packaged here - ✅ No more need to maintain a bunch of flags that can be extrapolated from data - ✅ No more duplicated information in mainnets and subnets -- ✅ Enabling chain icons to work on local environments (no longer loading from prod) -- ✅ Github Action automations making sure certain parts of the data is always up-to-date ## Installation