Skip to content

Commit 3ed9c65

Browse files
committed
feat(rpc): nest signet on the main router
1 parent db1eb62 commit 3ed9c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rpc/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ where
8181
Host: FullNodeComponents,
8282
Signet: Pnt,
8383
{
84-
ajj::Router::new().nest("eth", eth::<Host, Signet>())
84+
ajj::Router::new().nest("eth", eth::<Host, Signet>()).nest("signet", signet::<Host, Signet>())
8585
}
8686

8787
/// Serve the router on the given addresses using axum.

0 commit comments

Comments
 (0)