This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
Restructure JSON-RPC directory and rename server config #400
Closed
Description
given that we are supporting additional namespaces other than ethereum's now (eg: cosmos_
namespace #386), we should restructure the rpc directory in a more clear way:
rpc/
ethereum/
backend/
namespaces/
eth/
...
cosmos/
namespaces/
cosmos/
apis.go
Additionally, we should rename the EVMRPCConfig
to JSONRPCConfig
to reflect this change