Skip to content

Commit b10358f

Browse files
committed
add rpcs to eth namespace
1 parent 39cfaaf commit b10358f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/ethapi/backend.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ func GetAPIs(apiBackend Backend, chain *core.BlockChain) []rpc.API {
148148
}, {
149149
Namespace: "mev",
150150
Service: NewPrivateTxBundleAPI(apiBackend, chain),
151+
}, {
152+
Namespace: "eth",
153+
Service: NewPrivateTxBundleAPI(apiBackend, chain),
151154
},
152155
}
153156
}

0 commit comments

Comments
 (0)