Skip to content

Commit 547fa8c

Browse files
committed
Merge branch 'main' into zksync-deployment
2 parents 78b8c0a + 3cd7cf8 commit 547fa8c

23 files changed

+7360
-3620
lines changed

.eslintignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
node_modules
2-
artifacts
3-
cache
2+
artifacts*
3+
cache*
44
coverage
55
*.js

.gitignore

+2-5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,5 @@ coverage.json
55
typechain
66

77
#Hardhat files
8-
cache
9-
artifacts
10-
11-
cache-zk
12-
artifacts-zk
8+
cache*
9+
artifacts*

0 commit comments

Comments
 (0)