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(), );