Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typos in documentation files #7639

Closed
wants to merge 9 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ SELECT *,
cast(num_nft_tfer_txs as double) / cast( num_txs as double) AS pct_nft_tfer_txs,
cast(num_token_tfer_txs as double) / cast( num_txs as double) AS pct_token_tfer_txs,
cast(num_dex_trade_txs as double) / cast( num_txs as double) AS pct_dex_trade_txs,
cast(num_perp_trade_txs as double) / cast( num_txs as double) AS pct_perp_trade_txs, -- perpetual.trades has some dunesql incompatability
cast(num_perp_trade_txs as double) / cast( num_txs as double) AS pct_perp_trade_txs, -- perpetual.trades has some dunesql incompatibility
cast(num_nft_trade_txs as double) / cast( num_txs as double) AS pct_nft_trade_txs

FROM (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ models:
blockchain: ethereum, polygon, gnosis
sector: labels
project: dao
contibutors: henrystats, hosuke
contributors: henrystats, hosuke
config:
tags: ['labels', 'ethereum', 'gnosis', 'polygon', 'dao']
description: "dao addresses and wallet addresses from dao addresses spell"
Expand Down Expand Up @@ -57,4 +57,4 @@ models:
description: "Name of the label model sourced from"
- &label_type
name: label_type
description: "Type of label (see labels overall readme)"
description: "Type of label (see labels overall readme)"
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
**
** 2. "Who are the top performing retail traders on our DEX?" - While there are dashboards
** that track portfolio performance eg. @defimochi's https://dune.com/defimochi/token-god-mode,
** most of the top traders are bots due to the challange of identifying real users.
** most of the top traders are bots due to the challenge of identifying real users.
**
** For DEX projects, this is a strong indicator that power users are attacted to the platform.
**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ from (select t1."from", date_trunc('month', t1.block_time) AS month, count(*) AS
, (0xF27696C8BCa7D54D696189085Ae1283f59342fA6, 'Argent relayer')
, (0x09344477fdc71748216a7b8bbe7f2013b893def8, 'ascendex deposit address')
, (0xe4b3dd9839ed1780351dc5412925cf05f07a1939, 'Coinspot exchange')
, (0x9aa65464b4cfbe3dc2bdb3df412aee2b3de86687, 'blokchain.com')
, (0x9aa65464b4cfbe3dc2bdb3df412aee2b3de86687, 'blockchain.com')
, (0xa305fab8bda7e1638235b054889b3217441dd645, 'changenow binance deposit address')
, (0xc5a8859c44ac8aa2169afacf45b87c08593bec10, 'Paxos')
, (0x95b564f3b3bae3f206aa418667ba000afafacc8a, 'Bitvavo')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ models:
blockchain: ethereum
sector: labels
project: cex
contibutors: hildobby, soispoke, ilemi
contributors: hildobby, soispoke, ilemi
config:
tags: ['labels', 'ethereum', 'cex']
description: "Known centralised exchange addresses on Ethereum"
Expand Down Expand Up @@ -208,4 +208,4 @@ models:
- *created_at
- *updated_at
- *model_name
- *label_type
- *label_type
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
, ref('labels_cex')
, ref('labels_contracts')
, ref('labels_hackers_ethereum')
, ref('labels_ofac_sanctionned_ethereum')
, ref('labels_ofac_sanctioned_ethereum')
, ref('labels_project_wallets')
, ref('labels_safe_ethereum')
, ref('labels_tornado_cash')
Expand Down Expand Up @@ -89,4 +89,4 @@ FROM (
UNION ALL
{% endif %}
{% endfor %}
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ models:
description: "Amount of traded currency"
- &share_amount
name: share_amount
description: "Amout of shares"
description: "Amount of shares"
- &subject_fee_amount
name: subject_fee_amount
description: "Subject fee amount"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ models:
description: "Amount of traded currency"
- &share_amount
name: share_amount
description: "Amout of shares"
description: "Amount of shares"
- &subject_fee_amount
name: subject_fee_amount
description: "Subject fee amount"
Expand Down Expand Up @@ -137,4 +137,4 @@ models:
- *supply
- *tx_hash
- *evt_index
- *contract_address
- *contract_address
Loading