From a015289287bbd4c102b5bc77a7d9c81de4b61c4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coffee=20=E2=98=95=EF=B8=8F?= Date: Wed, 9 Jul 2025 16:55:43 -0400 Subject: [PATCH] chore(deps) move from v2-testnet-contracts to zksync-contracts --- .gitmodules | 7 +++---- lib/v2-testnet-contracts | 1 - lib/zksync-contracts | 1 + remappings.txt | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) delete mode 160000 lib/v2-testnet-contracts create mode 160000 lib/zksync-contracts diff --git a/.gitmodules b/.gitmodules index 00ae4e7..8efacd6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,10 +1,9 @@ [submodule "lib/forge-std"] path = lib/forge-std url = https://github.com/foundry-rs/forge-std -[submodule "lib/v2-testnet-contracts"] - path = lib/v2-testnet-contracts - url = https://github.com/matter-labs/v2-testnet-contracts - branch = beta [submodule "lib/forge-zksync-std"] path = lib/forge-zksync-std url = https://github.com/Moonsong-Labs/forge-zksync-std +[submodule "lib/zksync-contracts"] + path = lib/zksync-contracts + url = https://github.com/matter-labs/zksync-contracts diff --git a/lib/v2-testnet-contracts b/lib/v2-testnet-contracts deleted file mode 160000 index dd3e6d5..0000000 --- a/lib/v2-testnet-contracts +++ /dev/null @@ -1 +0,0 @@ -Subproject commit dd3e6d50825bca0ca0f47eec8589c06c45218478 diff --git a/lib/zksync-contracts b/lib/zksync-contracts new file mode 160000 index 0000000..df3e167 --- /dev/null +++ b/lib/zksync-contracts @@ -0,0 +1 @@ +Subproject commit df3e167e528433a1b7073cb33b1253ee4f052445 diff --git a/remappings.txt b/remappings.txt index 9d45928..be406ea 100644 --- a/remappings.txt +++ b/remappings.txt @@ -1 +1 @@ -era-contracts/=lib/v2-testnet-contracts/contracts/ \ No newline at end of file +era-contracts/=lib/zksync-contracts/contracts/ \ No newline at end of file