Skip to content

Commit eb7ecb3

Browse files
Evalirprestwich
authored andcommitted
feat(rpc): nest signet on the main router
1 parent 96b97ca commit eb7ecb3

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
@@ -82,7 +82,7 @@ where
8282
Host: FullNodeComponents,
8383
Signet: Pnt,
8484
{
85-
ajj::Router::new().nest("eth", eth::<Host, Signet>())
85+
ajj::Router::new().nest("eth", eth::<Host, Signet>()).nest("signet", signet::<Host, Signet>())
8686
}
8787

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

0 commit comments

Comments
 (0)