From ad6a02a84abf9bffd95a3c286d628950e707c91a Mon Sep 17 00:00:00 2001 From: MalteHerrmann Date: Fri, 1 Nov 2024 10:28:47 +0100 Subject: [PATCH] add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 501d127..89d9f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ This changelog was created using the `clu` binary ### Improvements +- (erc20) [#57](https://github.com/evmos/os/pull/57) Add reference to EIP-7528 (native asset address) to default ERC-20 params. - (cli) [#55](https://github.com/evmos/os/pull/55) Add missing list key types subcommand. - (cli) [#54](https://github.com/evmos/os/pull/54) Align debug CLI commands with Cosmos SDK plus other minor clean up. - (cli) [#53](https://github.com/evmos/os/pull/53) Enable specifying default key type for adding keys.