graphql service on top of rpc endpoints

This commit is contained in:
Ian Norden
2020-10-28 08:23:17 -05:00
parent 4f4ab1dd4f
commit a8dd77294a
8 changed files with 1489 additions and 1 deletions
-1
View File
@@ -68,7 +68,6 @@ type Config struct {
func NewConfig() (*Config, error) {
c := new(Config)
viper.BindEnv("ethereum.httpPath", shared.ETH_HTTP_PATH)
viper.BindEnv("server.wsPath", SERVER_WS_PATH)
viper.BindEnv("server.ipcPath", SERVER_IPC_PATH)
viper.BindEnv("server.httpPath", SERVER_HTTP_PATH)