Skip to content

Commit cae9759

Browse files
committed
link toxicity formula doc
1 parent 1550a43 commit cae9759

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

types/LendingPairToxicity.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Description
55

6-
This query type is used to report a toxicity measure across multiple lending protocols of a given collateral/loan asset pair. The formula for calculating this toxicity measure is defined by [Stader Labs](https://staderlabs.com/).
6+
This query type is used to report a toxicity measure across multiple lending protocols of a given collateral/loan asset pair. The [formula for calculating this toxicity measure](./LendingPairToxicity/LendingPairToxicity.pdf) was co-authored by Pestopoppa who can be found on [Github](https://github.com/pestopoppa) and [Twitter](https://twitter.com/PestoPoppa).
77

88
## Query Parameters
99

@@ -28,7 +28,7 @@ The query response will consist of a single 256-bit value in the following forma
2828
- **ABI Type:** `bytes`
2929

3030
For example, to get the query data of an example instance of a `LendingPairToxicity` query using Solidity:
31-
````
31+
3232
```s
3333
queryData = abi.encode(“LendingPairToxicity, abi.encode("eth", "dai"))
3434
````
Binary file not shown.

0 commit comments

Comments
 (0)