Skip to content

Commit

Permalink
update network at localhost build
Browse files Browse the repository at this point in the history
  • Loading branch information
NanezX committed Dec 15, 2023
1 parent 6e85cee commit 0ea1592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subgraph/tests/utils/deploy/orderbook/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async fn init_orderbook() -> Result<Orderbook<SignerMiddleware<Provider<Http>, W
let build_args = subgraph::build::BuildArgs {
address: Some(format!("{:?}", orderbook.address())),
block_number: Some(block.as_u64()),
network: Some("localhost".to_string()),
network: Some("mainnet".to_string()),
template_path: None,
output_path: None,
};
Expand Down

0 comments on commit 0ea1592

Please sign in to comment.