- Organized 252 files across project - Root directory: 187 → 2 files (98.9% reduction) - Moved configuration guides to docs/04-configuration/ - Moved troubleshooting guides to docs/09-troubleshooting/ - Moved quick start guides to docs/01-getting-started/ - Moved reports to reports/ directory - Archived temporary files - Generated comprehensive reports and documentation - Created maintenance scripts and guides All files organized according to established standards.
36 lines
953 B
Markdown
36 lines
953 B
Markdown
# Changelog
|
|
|
|
All notable changes to the DBIS Chain 138 Token List will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [1.1.0] - 2025-12-22
|
|
|
|
### Added
|
|
- Initial token list for ChainID 138
|
|
- WETH9 token (Wrapped Ether) at `0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2`
|
|
- WETH10 token (Wrapped Ether v10) at `0xf4BB2e28688e89fCcE3c0580D37d36A7672E8A9F`
|
|
- ETH/USD Price Feed oracle at `0x3304b747E565a97ec8AC220b0B6A1f6ffDB837e6`
|
|
|
|
### Changed
|
|
- N/A (initial release)
|
|
|
|
### Security
|
|
- All addresses validated and checksummed (EIP-55)
|
|
- On-chain verification completed for all tokens
|
|
|
|
---
|
|
|
|
## [Unreleased]
|
|
|
|
### Planned
|
|
- Additional token entries as requested
|
|
- Enhanced metadata and documentation
|
|
- Logo updates for controlled hosting
|
|
|
|
---
|
|
|
|
[1.1.0]: https://github.com/dbis/token-lists/releases/tag/v1.1.0
|
|
|