Skip to content

Commit 03ef001

Browse files
Update TracerFinance.md
1 parent 9dc4a41 commit 03ef001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/TracerFinance.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ For complete information, see their docs: https://docs.tracer.finance/tracer/mas
1313
To get the pool information, use TheGraph(https://thegraph.com/hosted-service/subgraph/scaredibis/tracer-pools-v1-arbitrum-one?query=Example%20query) to query Tracer.finance, a subsequent
1414
query can help you:
1515

16-
```json
16+
```
1717
{
1818
leveragedPools(
1919
where:{
2020
id:"0x146808f54db24be2902ca9f595ad8f27f56b2e76"
2121
}
2222
) {
23-
name
23+
name
2424
}
2525
}
2626
```

0 commit comments

Comments
 (0)