File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 11use {
22 super :: TestAccount ,
3- crate :: setup:: {
4- Contracts ,
5- OnchainComponents ,
6- TIMEOUT ,
7- colocation:: { self , SolverEngine } ,
8- wait_for_condition,
3+ crate :: {
4+ nodes:: NODE_WS_HOST ,
5+ setup:: {
6+ Contracts ,
7+ OnchainComponents ,
8+ TIMEOUT ,
9+ colocation:: { self , SolverEngine } ,
10+ wait_for_condition,
11+ } ,
912 } ,
1013 alloy:: primitives:: Address ,
1114 app_data:: { AppDataDocument , AppDataHash } ,
@@ -128,6 +131,7 @@ impl<'a> Services<'a> {
128131 "--native-price-estimators=test_quoter|http://localhost:11088/test_solver" . to_string ( ) ,
129132 "--amount-to-estimate-prices-with=1000000000000000000" . to_string ( ) ,
130133 "--block-stream-poll-interval=1s" . to_string ( ) ,
134+ format ! ( "--node-ws-url={NODE_WS_HOST}" ) ,
131135 "--simulation-node-url=http://localhost:8545" . to_string ( ) ,
132136 "--native-price-cache-max-age=2s" . to_string ( ) ,
133137 "--native-price-prefetch-time=500ms" . to_string ( ) ,
You can’t perform that action at this time.
0 commit comments