Skip to content

Commit

Permalink
add rpcs to eth namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
roshanrags committed Aug 29, 2023
1 parent c8d583c commit 21caa94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/ethapi/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ func GetAPIs(apiBackend Backend, chain *core.BlockChain) []rpc.API {
}, {
Namespace: "mev",
Service: NewPrivateTxBundleAPI(apiBackend, chain),
}, {
Namespace: "eth",
Service: NewPrivateTxBundleAPI(apiBackend, chain),
},
}
}

0 comments on commit 21caa94

Please sign in to comment.