From 3e799fb4196c03eec618466f9f6d1d923f4f0763 Mon Sep 17 00:00:00 2001 From: Hack666r Date: Mon, 27 Jan 2025 15:37:30 +0100 Subject: [PATCH] fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0b570e6..0f0ebcbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -301,7 +301,7 @@ and this project adheres to - Interfaces moved to separate directory to avoid errors on workspace optimizer - `mt` feature added. Enabling it will: - generate `cw_multi_test::Contract` impl on a contract - - generate Proxy to simplify writting tests + - generate Proxy to simplify writing tests - Example of usage of new test framework - Port of `cw20` contract on `sylvia` framework - Default error type on contract is now `cosmwasm_std::StdError`