diff --git a/docs/architecture/README.md b/docs/architecture/README.md index 181417010..eb3dc8ec2 100644 --- a/docs/architecture/README.md +++ b/docs/architecture/README.md @@ -25,12 +25,14 @@ To suggest an ADR, please make use of the [ADR template](./adr-template.md) prov ## Table of Contents -| ADR \# | Description | Status | -|----------------------------------------------------|-------------------------------------------------------|----------| -| [001](./adr-001-handler-implementation.md) | IBC handlers implementation | Accepted | -| [002](./adr-002-error.md) | Error Management | Accepted | -| [003](./adr-003-ics20-implementation.md) | ICS20 implementation | Accepted | -| [004](./adr-004-light-client-crates-extraction.md) | Light client crates extraction | Accepted | -| [005](./adr-005-handlers-redesign.md) | Handlers validation and execution separation | Accepted | -| [006](./adr-006-upgrade-client-implementation.md) | Chain and client upgradability | Accepted | -| [007](./adr-007-light-client-contexts.md) | Light client contexts | Accepted | +| ADR \# | Description | Status | +| ------------------------------------------------------- | -------------------------------------------- | -------- | +| [001](./adr-001-handler-implementation.md) | IBC handlers implementation | Accepted | +| [002](./adr-002-error.md) | Error Management | Accepted | +| [003](./adr-003-ics20-implementation.md) | ICS20 implementation | Accepted | +| [004](./adr-004-light-client-crates-extraction.md) | Light client crates extraction | Accepted | +| [005](./adr-005-handlers-redesign.md) | Handlers validation and execution separation | Accepted | +| [006](./adr-006-upgrade-client-implementation.md) | Chain and client upgradability | Accepted | +| [007](./adr-007-light-client-contexts.md) | Light client contexts | Accepted | +| [008](./adr-008-restructure-ibc-crate.md) | Restructure `ibc` crate | Proposed | +| [010](./adr-010-enable-standalone-ics02-integration.md) | Enable standalone `ics-02` integration | Proposed |