Skip to content

Commit

Permalink
remove other references
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Jan 15, 2025
1 parent b473550 commit f9978ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
12 changes: 4 additions & 8 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -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: >-
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ crytic-export

out
cache_forge
v2/broadcast/*/31337
broadcast/*/31337

dependencies/

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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..)
Expand Down

0 comments on commit f9978ec

Please sign in to comment.