From f9978ec41b71901dc8ea3101a46943d848ae20db Mon Sep 17 00:00:00 2001 From: lumtis Date: Wed, 15 Jan 2025 10:36:30 +0100 Subject: [PATCH] remove other references --- .coderabbit.yaml | 12 ++++-------- .gitignore | 2 +- README.md | 2 +- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 89b108d3..bf468c52 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -1,13 +1,9 @@ reviews: path_filters: - - "!v1/pkg/**" - - "!v2/pkg/**" - - "!v1/typechain-types/**" - - "!v2/types/**" - - "!v1/docs/**" - - "!v2/docs/**" - - "!v1/data/**" - - "!v2/data/**" + - "!pkg/**" + - "!types/**" + - "!docs/**" + - "!data/**" path_instructions: - path: "contracts/**" instructions: >- diff --git a/.gitignore b/.gitignore index 9abb663a..ad35869d 100644 --- a/.gitignore +++ b/.gitignore @@ -37,7 +37,7 @@ crytic-export out cache_forge -v2/broadcast/*/31337 +broadcast/*/31337 dependencies/ diff --git a/README.md b/README.md index d3a7d210..ed7d51b3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Contracts of official protocol contracts deployed by the core ZetaChain team. ### Codebase -The protocol contracts V2 codebase is separated into two sections: +The protocol contracts codebase is separated into two sections: - `zevm`: contracts deployed on ZetaChain - `evm`: contracts deployed on EVM connected chains (Ethereum, Base, etc..)