From 5c2b8bed21d8c6caac707d3ca3b72d874dfcb57f Mon Sep 17 00:00:00 2001 From: Kyryl R Date: Tue, 19 Dec 2023 23:18:35 +0200 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 3 ++- test/integration/transaction-storage.ts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75b4746..1228953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ ## Version 2.0.0-beta.1 -* Migrated test fixture projects to TypeScript with updated configurations and scripts. +* Migrated test fixture projects to TypeScript, updating configurations and scripts. + Created new fixture contracts for testing and deleted auto-generated files. * Added `TransactionFieldsToSave` as a return value to the `sendNative` function * Added handling of the custom chains specified in the Hardhat config * Refactored the architecture and made it consistent diff --git a/test/integration/transaction-storage.ts b/test/integration/transaction-storage.ts index cabb535..2c72807 100644 --- a/test/integration/transaction-storage.ts +++ b/test/integration/transaction-storage.ts @@ -67,7 +67,7 @@ describe("TransactionStorage", async () => { assert.equal( await TransactionProcessor?.tryRestoreContractAddressByName( - "contracts/another-contracts/Contracts.sol:ContractWithConstructorArguments", + "contracts/another-contracts/Helper.sol:ContractWithConstructorArguments", ), await contract.getAddress(), );