Skip to content

Commit

Permalink
Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrylR committed Dec 19, 2023
1 parent c0ef81d commit 5c2b8be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/integration/transaction-storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
);
Expand Down

0 comments on commit 5c2b8be

Please sign in to comment.