diff options
Diffstat (limited to 'node/defaults.go')
-rw-r--r-- | node/defaults.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/node/defaults.go b/node/defaults.go index 1d277e2..b2c4d0b 100644 --- a/node/defaults.go +++ b/node/defaults.go @@ -23,8 +23,8 @@ import ( "runtime" "github.com/ava-labs/coreth/rpc" - "github.com/ava-labs/go-ethereum/p2p" - "github.com/ava-labs/go-ethereum/p2p/nat" + "github.com/ethereum/go-ethereum/p2p" + "github.com/ethereum/go-ethereum/p2p/nat" ) const ( @@ -45,7 +45,6 @@ var DefaultConfig = Config{ HTTPTimeouts: rpc.DefaultHTTPTimeouts, WSPort: DefaultWSPort, WSModules: []string{"net", "web3"}, - GraphQLPort: DefaultGraphQLPort, GraphQLVirtualHosts: []string{"localhost"}, P2P: p2p.Config{ ListenAddr: ":30303", |