From 7c1293292addd1440e9584e581732842b7bd2505 Mon Sep 17 00:00:00 2001 From: Thomas Bruyelle Date: Tue, 12 Nov 2024 10:21:44 +0100 Subject: [PATCH] docs: fix IBC statement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec70864b5..8491bc614 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. Disabled IBC transfer and ICA modules, removed Packet Forwarding Middleware module. 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`)