Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Change Log
==========

solidity-utils/6.4.0 (2025-02-03)
---------------------------------

- [SC-1427] Add Change Log and CI for release ([#175](https://github.com/1inch/solidity-utils/pull/175); [e34a821](https://github.com/1inch/solidity-utils/commit/e34a821cb45eb47e6db53305381100850a1525ea)).
- [SC-1426] Permit2 for zksync ([#174](https://github.com/1inch/solidity-utils/pull/174); [8ce00fb](https://github.com/1inch/solidity-utils/commit/8ce00fbab103e27f50e66b0974bf0dd66439f290)).
- [SC-1426] Add `permit2address` method and patch `permit2Contract` method with `chainId` ([#178](https://github.com/1inch/solidity-utils/pull/178); [877c01f](https://github.com/1inch/solidity-utils/commit/877c01f6de0186877bcbc1f1f4e75e12d9e1b431)).
- [SC-1435] Fix Create3 deployment saving on contract source code verification failure ([#179](https://github.com/1inch/solidity-utils/pull/179); [28eaa1a](https://github.com/1inch/solidity-utils/commit/28eaa1a78413c03d96f3333a96f8b34d710a9c0b)).
- [SC-1428] Fix dependabot issues ([#177](https://github.com/1inch/solidity-utils/pull/177); [b799f40](https://github.com/1inch/solidity-utils/commit/b799f406b83d32f3cd48977cb5996cfd79846bb1)).
- [SC-1387] Remove gas usage limitation by using all available gas ([#176](https://github.com/1inch/solidity-utils/pull/176); [5bdc603](https://github.com/1inch/solidity-utils/commit/5bdc603395bae1b6923ce72f865b728cb6b6ad43)).

solidity-utils/6.3.2 (2025-01-22)
---------------------------------

Expand Down
8 changes: 0 additions & 8 deletions hardhat-setup/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,6 @@ export class Networks {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
saveDeployments: saveHardhatDeployments,
chains: {
43114: { // TODO: remove after hardhat fix issue since 2.22.3, https://github.com/NomicFoundation/hardhat/pull/6170
hardforkHistory: {
shanghai: 11404279,
cancun: 41263126,
},
},
},
};
if (forkingAccounts) {
this.networks.hardhat!.accounts = forkingAccounts;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1inch/solidity-utils",
"version": "6.4.0",
"version": "6.4.1",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"exports": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"dotenv": "16.4.5",
"ethereumjs-util": "7.1.5",
"ethers": "6.13.4",
"hardhat": "2.22.15",
"hardhat": "2.23.0",
"hardhat-deploy": "0.14.0",
"mocha-chai-jest-snapshot": "1.1.6",
"node-fetch": "2.7.0"
Expand Down
Loading
Loading