We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941a9e0 commit 9afff7aCopy full SHA for 9afff7a
crates/service/tests/router_test.rs
@@ -92,6 +92,7 @@ async fn full_integration_test() {
92
chain_id: indexer_config::TheGraphChainId::Test,
93
receipts_verifier_address: test_assets::VERIFIER_ADDRESS,
94
receipts_verifier_address_v2: None,
95
+ subgraph_service_address: None,
96
})
97
.timestamp_buffer_secs(Duration::from_secs(10))
98
.escrow_accounts_v1(escrow_accounts.clone())
0 commit comments