From 768b03e559dea10b39064c43768d3bfb29a7cb07 Mon Sep 17 00:00:00 2001 From: Giuseppe Natale <12249307+giunatale@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:26:21 +0100 Subject: [PATCH] chore: update README (#48) As the title says, update README to remove mentioning of IBC and ICA being deleted while they are just disabled via state params --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec70864b..22672115 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ AtomOne is built using the [Cosmos SDK](https://github.com/cosmos/cosmos-sdk) as The following modifications have been made to the Cosmos Hub software to create AtomOne: 1. Removed x/globalfee module and revert to older and simpler fee decorator -2. Removed IBC and related modules (e.g. ICA, Packet Forwarding Middleware, etc.) +2. Removed Packet Forwarding Middleware 3. Removed Interchain Security module 4. Reverted to standard Cosmos SDK v0.47.10 without the Liquid Staking Module (LSM) 5. Changed Bech32 prefixes to `atone` (see `cmd/atomoned/cmd/config.go`)