diff --git a/op-e2e/e2eutils/geth/geth.go b/op-e2e/e2eutils/geth/geth.go index e995c5902028d..b62ec3f2b3c70 100644 --- a/op-e2e/e2eutils/geth/geth.go +++ b/op-e2e/e2eutils/geth/geth.go @@ -47,7 +47,7 @@ func InitL1(blockTime uint64, finalizedDistance uint64, genesis *core.Genesis, c nodeConfig := &node.Config{ Name: "l1-geth", HTTPHost: "127.0.0.1", - HTTPPort: 0, + HTTPPort: 8544, WSHost: "127.0.0.1", WSPort: 0, WSModules: []string{"debug", "admin", "eth", "txpool", "net", "rpc", "web3", "personal", "engine", "miner"}, diff --git a/op-up/main.go b/op-up/main.go index fac3aaa1cf9e2..2102b89d5fbed 100644 --- a/op-up/main.go +++ b/op-up/main.go @@ -131,7 +131,8 @@ func runSysgo() error { fmt.Printf("Test Account Address: %s\n", funderAddress) fmt.Printf("Test Account Private Key: %s\n", "0x"+common.Bytes2Hex(crypto.FromECDSA(funderPrivKey))) - fmt.Printf("EL Node URL: %s\n", "http://localhost:8545") + fmt.Printf("L1 RPC URL: %s\n", "http://localhost:8544") + fmt.Printf("L2 RPC URL: %s\n", "http://localhost:8545") orch := presets.Orchestrator() t := &testingT{