Skip to content

Commit 8467d59

Browse files
committed
test(integration-tests): use network subgraph id in indexer url
1 parent 6337236 commit 8467d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub const ACCOUNT0_SECRET: &str =
2424
"ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80";
2525
pub const CHAIN_ID: u64 = 1337;
2626

27-
pub const SUBGRAPH_ID: &str = "QmV4R5g7Go94bVFmKTVFG7vaMTb1ztUUWb45mNrsc7Yyqs";
27+
pub const SUBGRAPH_ID: &str = "Qmc2CbqucMvaS4GFvt2QUZWvRwSZ3K5ipeGvbC6UUBf616";
2828

2929
pub const GRAPH_URL: &str = "http://localhost:8000/subgraphs/name/graph-network";
3030

0 commit comments

Comments
 (0)