From a10b776ea50c5f04f6bdcb970851f5273c8ad400 Mon Sep 17 00:00:00 2001 From: Roger <50648015+RogerLamTd@users.noreply.github.com> Date: Tue, 16 Apr 2024 02:33:09 -0700 Subject: [PATCH] chore(fork-diff): update forkdiff (#16746) --- packages/fork-diff/fork.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/fork-diff/fork.yaml b/packages/fork-diff/fork.yaml index 6a87495dd6a..f4eac316679 100644 --- a/packages/fork-diff/fork.yaml +++ b/packages/fork-diff/fork.yaml @@ -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" @@ -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/*/*"