From 8043c6ea5bfe53aa908a062116426b9bb3ca4fce Mon Sep 17 00:00:00 2001 From: ethanoroshiba Date: Fri, 10 Jan 2025 08:51:02 -0600 Subject: [PATCH] clarify changelog --- crates/astria-sequencer/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/astria-sequencer/CHANGELOG.md b/crates/astria-sequencer/CHANGELOG.md index 685c27823..43dd5bf7c 100644 --- a/crates/astria-sequencer/CHANGELOG.md +++ b/crates/astria-sequencer/CHANGELOG.md @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Ensure all deposit assets are trace prefixed [#1807](https://github.com/astriaorg/astria/pull/1807). - Update `idna` dependency to resolve cargo audit warning [#1869](https://github.com/astriaorg/astria/pull/1869). - Remove events reporting on state storage creation [#1892](https://github.com/astriaorg/astria/pull/1892). -- Fix bridge unlock cost calculation [#1905](https://github.com/astriaorg/astria/pull/1905). +- Use bridge address to estimate bridge unlock cost instead of signer [#1905](https://github.com/astriaorg/astria/pull/1905). ## [1.0.0] - 2024-10-25