Skip to content

Commit 8a881db

Browse files
authored
chore: fix typos (messari#2515)
1 parent 41451b4 commit 8a881db

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: docs/ERRORS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Useful links for troubleshooting:
242242

243243
- More detailed graph-node [docs](https://github.com/graphprotocol/graph-node/blob/master/docs/getting-started.md)
244244
- [How to change postgres user password](https://chartio.com/resources/tutorials/how-to-set-the-default-user-password-in-postgresql/)
245-
- [Install and start](https://linuxhint.com/postgresql_installation_guide_ubuntu_20-04/) postgres in Ubunutu
245+
- [Install and start](https://linuxhint.com/postgresql_installation_guide_ubuntu_20-04/) postgres in Ubuntu
246246
- [See port number](https://stackoverflow.com/a/38011366) postgres is on
247247
- [WSL download](https://docs.microsoft.com/en-us/windows/wsl/install-manual#step-4---download-the-linux-kernel-update-package) instructions
248248

Diff for: subgraphs/aave-forks/src/helpers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ export function getInterestRateType(
337337
}
338338

339339
log.info(
340-
"[getInterestRateType]event at logIndex {} signature {} not match the exepected Transfer signature {}. tx {}-{} ",
340+
"[getInterestRateType]event at logIndex {} signature {} not match the expected Transfer signature {}. tx {}-{} ",
341341
[
342342
thisLog.logIndex.toString(),
343343
logSignature.toHexString(),

Diff for: subgraphs/gmx-forks/protocols/mummy-finance/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The usage metrics for MMY take the following user activities into accout.
9191
9292
> TVL of the Protocol = ∑ TVL of the multi-asset pool
9393
94-
_Note: The collateral of traders are also reserved in the MLP pool. Hence, there are two types of transactions to deposit tokens to the pool, which are the users who provide liquidity and another one for the traders who provide collaterals before trading. The subgraph only counts the tokens to be provided as liqiudity into TVL and does not add positions' collaterals to the pool's TVL, in order to be consistent with MMY official measurement._
94+
_Note: The collateral of traders are also reserved in the MLP pool. Hence, there are two types of transactions to deposit tokens to the pool, which are the users who provide liquidity and another one for the traders who provide collaterals before trading. The subgraph only counts the tokens to be provided as liquidity into TVL and does not add positions' collaterals to the pool's TVL, in order to be consistent with MMY official measurement._
9595

9696
### Volume
9797

Diff for: subgraphs/orbit/src/sdk/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Wat dis?
22

3-
This folder contains a library which abstracts the developer from most of the _schema related_ functionality. Ideally, building a subgraph should only consist on understading a protocol and translating certain events into actions and metrics. But the particularities of how this metrics are stored and how they relate to each other inside the schema can and should be abstracted away. Things like taking snapshots of entities every X amount of time, updating TVL every time there is a deposit/withdrawal, updating fees at _swap & pool & protocol & snapshot levels_, etc ... This library aims to do that.
3+
This folder contains a library which abstracts the developer from most of the _schema related_ functionality. Ideally, building a subgraph should only consist on understanding a protocol and translating certain events into actions and metrics. But the particularities of how this metrics are stored and how they relate to each other inside the schema can and should be abstracted away. Things like taking snapshots of entities every X amount of time, updating TVL every time there is a deposit/withdrawal, updating fees at _swap & pool & protocol & snapshot levels_, etc ... This library aims to do that.
44

55
When using this library, entities should not be updated directly, but always through the library unless absolutely needed. An exception to this is if you create your own auxiliary entity to aid on the handling of some events.
66

0 commit comments

Comments
 (0)