File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -148,8 +148,8 @@ mod tests {
148
148
let config = BuilderConfig {
149
149
host_chain_id : 17000 ,
150
150
ru_chain_id : 17001 ,
151
- host_rpc_url : "https://ethereum-holesky- rpc.publicnode .com" . into ( ) ,
152
- ru_rpc_url : "http:// rpc.holesky.signet.sh " . into ( ) ,
151
+ host_rpc_url : "host- rpc.example .com" . into ( ) ,
152
+ ru_rpc_url : "ru- rpc.example.com " . into ( ) ,
153
153
zenith_address : Address :: default ( ) ,
154
154
quincey_url : "http://localhost:8080" . into ( ) ,
155
155
builder_port : 8080 ,
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ mod tests {
20
20
let config = BuilderConfig {
21
21
host_chain_id : 17000 ,
22
22
ru_chain_id : 17001 ,
23
- host_rpc_url : "https://ethereum-holesky- rpc.publicnode .com" . into ( ) ,
24
- ru_rpc_url : "http:// rpc.holesky.signet.sh " . into ( ) ,
23
+ host_rpc_url : "host- rpc.example .com" . into ( ) ,
24
+ ru_rpc_url : "ru- rpc.example.com " . into ( ) ,
25
25
zenith_address : Address :: default ( ) ,
26
26
quincey_url : "http://localhost:8080" . into ( ) ,
27
27
builder_port : 8080 ,
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ mod tests {
67
67
let config = BuilderConfig {
68
68
host_chain_id : 17000 ,
69
69
ru_chain_id : 17001 ,
70
- host_rpc_url : "https://ethereum-holesky- rpc.publicnode .com" . into ( ) ,
71
- ru_rpc_url : "http:// rpc.holesky.signet.sh " . into ( ) ,
70
+ host_rpc_url : "host- rpc.example .com" . into ( ) ,
71
+ ru_rpc_url : "ru- rpc.example.com " . into ( ) ,
72
72
tx_broadcast_urls : vec ! [ "http://localhost:9000" . into( ) ] ,
73
73
zenith_address : Address :: default ( ) ,
74
74
quincey_url : "http://localhost:8080" . into ( ) ,
You can’t perform that action at this time.
0 commit comments