Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Do not merge] Setup hardhat zksync plugin #645

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ artifacts/@openzeppelin
artifacts/build-info
build/
scripts/reference-scripts
cache*/
cache/
cache-zk/
cache_hardhat-zk/
cache_hardhat/
coverage/
dist/
node_modules/
Expand All @@ -19,7 +22,7 @@ abi/
contracts/abi/
contracts/README.md
artifacts/
artifacts-*/
artifacts-zk/
artifacts_forge/
contract_artifacts/

Expand Down
9 changes: 0 additions & 9 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,3 @@
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "lib/v3-periphery"]
path = lib/v3-periphery
url = https://github.com/uniswap/v3-periphery
[submodule "lib/v3-core"]
path = lib/v3-core
url = https://github.com/uniswap/v3-core
[submodule "lib/swap-router-contracts"]
path = lib/swap-router-contracts
url = https://github.com/Uniswap/swap-router-contracts
2 changes: 1 addition & 1 deletion contracts/extension/plugin/Router.sol
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ abstract contract Router is Multicall, ERC165, IRouter {
_delegate(_pluginAddress);
}

receive() external payable {}
receive() external payable virtual {}

function _delegate(address implementation) internal virtual {
assembly {
Expand Down
48 changes: 0 additions & 48 deletions contracts/prebuilts/account/dynamic/DynamicAccount.sol

This file was deleted.

61 changes: 0 additions & 61 deletions contracts/prebuilts/account/dynamic/DynamicAccountFactory.sol

This file was deleted.

39 changes: 0 additions & 39 deletions contracts/prebuilts/account/interfaces/IAccount.sol

This file was deleted.

11 changes: 0 additions & 11 deletions contracts/prebuilts/account/interfaces/IAccountCore.sol

This file was deleted.

17 changes: 0 additions & 17 deletions contracts/prebuilts/account/interfaces/IAccountExecute.sol

This file was deleted.

16 changes: 0 additions & 16 deletions contracts/prebuilts/account/interfaces/IAccountFactory.sol

This file was deleted.

40 changes: 0 additions & 40 deletions contracts/prebuilts/account/interfaces/IAccountFactoryCore.sol

This file was deleted.

41 changes: 0 additions & 41 deletions contracts/prebuilts/account/interfaces/IAggregator.sol

This file was deleted.

Loading
Loading