Archive legacy status docs and canonicalize genesis entrypoints

This commit is contained in:
defiQUG
2026-04-13 21:45:16 -07:00
parent 7517869ea6
commit 79750d92e6
288 changed files with 757 additions and 1066 deletions

View File

@@ -245,7 +245,7 @@ forge test --match-path "test/emoney/invariants/**"
## Upgrading Token Implementation
See [UPGRADE_PROCEDURE.md](../../../gru_emoney_token-factory/docs/UPGRADE_PROCEDURE.md) for detailed upgrade procedures.
See external `gru_emoney_token-factory/docs/UPGRADE_PROCEDURE.md` in the token factory repository for detailed upgrade procedures.
### Quick Upgrade Steps
@@ -352,8 +352,7 @@ address token = factory.deployToken(name, symbol, config);
## References
- [eMoney Token Factory README](../../../gru_emoney_token-factory/README.md)
- [Upgrade Procedure](../../../gru_emoney_token-factory/docs/UPGRADE_PROCEDURE.md)
- [Architecture Decision Records](../../../gru_emoney_token-factory/docs/ADRs/)
- External eMoney Token Factory README: `gru_emoney_token-factory/README.md`
- External Upgrade Procedure: `gru_emoney_token-factory/docs/UPGRADE_PROCEDURE.md`
- External Architecture Decision Records: `gru_emoney_token-factory/docs/ADRs/`
- [Integration Status](./INTEGRATION_STATUS.md)