Skip to content

Commit

Permalink
misc typos
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Jan 18, 2024
1 parent 36ff6c8 commit 280f84a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
- cli: Import package submodules before starting indexing to fail early on import errors.
- cli: Fixed ordering of crash reports in `report` group commands.
- evm.node: Fixed parsing topics and integers in datasource models.
- evm.subsquid.events: Fixed incorrrect log request parameters.
- evm.subsquid.events: Fixed incorrect log request parameters.
- install: Fixed issue with interpreting user answers in some cases.
- tezos.tzkt: Fixed operation matching when contract code hash specified as a string.
- tezos.tzkt: Fixed issue with processing rollbacks while sync is in progress.
Expand Down
6 changes: 3 additions & 3 deletions docs/15.thanks.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: Thanks!
description: "Our sponsors, contributors and other acknowledgements"
description: "Our sponsors, contributors and other acknowledgments"
nested: Resources
---

# Thanks!

## Sponsors

Decentralized web requires decentralized funding. The following people and organizations help the project to be sustainable.
A decentralized web requires decentralized funding. The following people and organizations help the project to be sustainable.

- [Daniel L.](https://github.com/dansan566)
- [Roy Scheeren](https://github.com/royscheeren)
Expand All @@ -17,7 +17,7 @@ Want your project to be listed here? We have nice perks for sponsors! Visit our

## Contributors

We are grateful to all the people who help us with the project.
We are grateful to all the people who helped us with the project.

- [852Kerfunkle](https://github.com/852Kerfunkle)
- [Anshit Bhardwaj](https://github.com/Anshit01)
Expand Down
2 changes: 1 addition & 1 deletion docs/6.deployment/5.logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: "To control the number of logs DipDup produces, set the `logging` f
To control the number of logs DipDup produces, set the `logging` field in config. It can be either a string or a mapping from logger names to logging levels.

```yaml [dipdup.yaml]
# Confugure dipdup and package loggers
# Configure dipdup and package loggers
logging: WARN

# Increase verbosity of some loggers
Expand Down
4 changes: 2 additions & 2 deletions docs/8.examples/2.in-production.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ Rarible is a multichain community-centric NFT marketplace, that also allows to t

[Homepage](https://quartz.ubisoft.com/) | [API](https://quartz.dipdup.net/v1/graphql) | [GitHub](https://github.com/dipdup-io/quartz-metadata)

Ubisoft Quartz is a new platform for players to get Digits, the first NFTs playable in AAA games. Under the hood Quartz uses Aleph as persistent token metadata storage and a non-standard token metadata signalling schema. In order to enable wallets and other TzKT API consumers with Quartz NFTs data we created a custom indexing plugin.
Ubisoft Quartz is a new platform for players to get Digits, the first NFTs playable in AAA games. Under the hood, Quartz uses Aleph as persistent token metadata storage and a non-standard token metadata signaling schema. To enable wallets and other TzKT API consumers with Quartz NFTs data we created a custom indexing plugin.

* [Metadata interface](../5.advanced/4.metadata-interface.md)

## Youves

[Homepage](https://app.youves.com/) | [GitHub](https://github.com/youves-com/youves-indexer)

Youves is a decentralized, non-custodial and self-governed platform for the creation and management of synthetic assets. Youves uses DipDup-based solution to track vaults, DEX trades, and oracle price quotes.
Youves is a decentralized, non-custodial and self-governed platform for the creation and management of synthetic assets. Youves uses a DipDup-based solution to track vaults, DEX trades, and oracle price quotes.

## Kord.fi

Expand Down
2 changes: 1 addition & 1 deletion docs/9.release-notes/5.history.md
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ protocol_json = await tzkt.request(
method='get',
url='v1/protocols/current',
cache=False,
weigth=1, # ratelimiter leaky-bucket drops
weight=1, # ratelimiter leaky-bucket drops
)
assert protocol_json['hash'] == 'PtHangz2aRngywmSRGGvrcTyMbbdpWdpFKuS4uMWxg2RaH9i1qx'
```
Expand Down

0 comments on commit 280f84a

Please sign in to comment.