Skip to content

Commit

Permalink
chore: change reth node address (#4413)
Browse files Browse the repository at this point in the history
  • Loading branch information
StackOverflowExcept1on authored Dec 24, 2024
1 parent fc63d88 commit 0dc0a7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ethexe/cli/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ mod tests {

Service::new(&Config {
node_name: "test".to_string(),
ethereum_rpc: "ws://54.67.75.1:8546".into(),
ethereum_rpc: "wss://reth-rpc.gear-tech.io".into(),
ethereum_beacon_rpc: "http://localhost:5052".into(),
ethereum_router_address: "0x051193e518181887088df3891cA0E5433b094A4a"
.parse()
Expand Down
4 changes: 2 additions & 2 deletions ethexe/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
insert-key ${VALIDATOR_KEY} &&
ethexe
-d /data
--ethereum-rpc ws://54.67.75.1:8546
--ethereum-rpc wss://reth-rpc.gear-tech.io
--ethereum-beacon-rpc https://eth-holesky-beacon.public.blastapi.io
--validator-key ${VALIDATOR_PUB_KEY}
--prometheus-external"
Expand Down Expand Up @@ -47,7 +47,7 @@ services:
-d /data
--port 20334
--bootnodes '/ip4/172.28.1.1/udp/20333/quic-v1'
--ethereum-rpc ws://54.67.75.1:8546
--ethereum-rpc wss://reth-rpc.gear-tech.io
--ethereum-beacon-rpc https://eth-holesky-beacon.public.blastapi.io
--sequencer-key ${SEQUENCER_PUB_KEY}"
--prometheus-port 9636
Expand Down

0 comments on commit 0dc0a7a

Please sign in to comment.