Skip to content

Commit

Permalink
chore(fork-diff): update forkdiff (#16746)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd authored Apr 16, 2024
1 parent c6cff71 commit a10b776
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions packages/fork-diff/fork.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,12 +248,12 @@ def:
# globs:
# - "mobile/*"

# - title: "Changes in node"
# description: "This shows changes to node files"
# sub:
# - title: "first layer"
# globs:
# - "node/*"
- title: "node"
description: "This shows changes to node files"
sub:
- title: "This adds taikoAuth namespace for authenticated APIs."
globs:
- "node/*"

# - title: "Changes in p2p"
# description: "This shows changes to p2p files"
Expand Down Expand Up @@ -289,12 +289,12 @@ def:
# globs:
# - "rlp/*/*/*"

# - title: "Changes in rpc"
# description: "This shows changes to the rpc files"
# sub:
# - title: "first layer"
# globs:
# - "rpc/*"
- title: "rpc"
description: "This shows changes to the rpc files"
sub:
- title: "This adds taikoAuth namespace for authenticated APIs."
globs:
- "rpc/*"
# - title: "second layer"
# globs:
# - "rpc/*/*"
Expand Down

0 comments on commit a10b776

Please sign in to comment.