Skip to content

Commit 854c9f7

Browse files
0xBoxergitbook-bot
authored andcommitted
GitBook: [duneanalytics#166] fix chain links page
1 parent f5253b6 commit 854c9f7

18 files changed

+18
-19
lines changed
Loading
Loading
107 KB
Loading
107 KB
Loading
69.1 KB
Loading
69.1 KB
Loading
150 KB
Loading
150 KB
Loading
150 KB
Loading
150 KB
Loading

.gitbook/assets/image (84) (1).png

37.9 KB
Loading

.gitbook/assets/image (84) (2).png

37.9 KB
Loading

.gitbook/assets/image (84) (3).png

37.9 KB
Loading

SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
* [A daily aggregation of transfers](dune-engine-v2-beta/abstractions-in-dunev2/how-to-contribute-a-spell/write-your-spell-as-a-select-statement/a-daily-aggregation-of-transfers.md)
115115
* [Rolling sum of daily transfers](dune-engine-v2-beta/abstractions-in-dunev2/how-to-contribute-a-spell/write-your-spell-as-a-select-statement/rolling-sum-of-daily-transfers.md)
116116
* [Final daily Ethereum ERC20 token balances spell](dune-engine-v2-beta/abstractions-in-dunev2/how-to-contribute-a-spell/write-your-spell-as-a-select-statement/final-daily-ethereum-erc20-token-balances-spell.md)
117-
* [🏃♀ 🏃♀ Run your spell on dune.com](dune-engine-v2-beta/abstractions-in-dunev2/how-to-contribute-a-spell/run-your-spell-on-dune.com.md)
117+
* [🏃♀ 🏃♀ 🏃♀ Run your spell on dune.com](dune-engine-v2-beta/abstractions-in-dunev2/how-to-contribute-a-spell/run-your-spell-on-dune.com.md)
118118
* [🍴 Fork of the abstractions Github Repo, open a Pull Request.](dune-engine-v2-beta/abstractions-in-dunev2/how-to-contribute-a-spell/fork-of-the-abstractions-github-repo-open-a-pull-request..md)
119119
* [🎯 Dune will merge and deploy](dune-engine-v2-beta/abstractions-in-dunev2/how-to-contribute-a-spell/dune-will-merge-and-deploy.md)
120120
* [📑 spellbook docs](https://spellbook-docs.dune.com/#!/overview/spellbook)

data-tables/evm-blockchains/raw-data/chains/README.md

+14-15
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,30 @@ EVM chains at large follow the same execution model, however there is sometimes
88

99
You can find out about the individual chains in the specific sections of the documentation:
1010

11-
{% content-ref url="Arbitrum/" %}
12-
[Arbitrum](Arbitrum/)
11+
{% content-ref url="arbitrum/" %}
12+
[arbitrum](arbitrum/)
1313
{% endcontent-ref %}
1414

15-
{% content-ref url="Avalanche-C-Chain/" %}
16-
[Avalanche-C-Chain](Avalanche-C-Chain/)
15+
{% content-ref url="avalanche-c-chain/" %}
16+
[avalanche-c-chain](avalanche-c-chain/)
1717
{% endcontent-ref %}
1818

19-
{% content-ref url="BNB-Chain-(BSC)/" %}
20-
[BNB-Chain-(BSC)](BNB-Chain-\(BSC\)/)
19+
{% content-ref url="bnb-chain-bsc/" %}
20+
[bnb-chain-bsc](bnb-chain-bsc/)
2121
{% endcontent-ref %}
2222

23-
{% content-ref url="Ethereum-Mainnet/" %}
24-
[Ethereum-Mainnet](Ethereum-Mainnet/)
23+
{% content-ref url="ethereum-mainnet/" %}
24+
[ethereum-mainnet](ethereum-mainnet/)
2525
{% endcontent-ref %}
2626

27-
{% content-ref url="Gnosis-Chain-(xDai)/" %}
28-
[Gnosis-Chain-(xDai)](Gnosis-Chain-\(xDai\)/)
27+
{% content-ref url="gnosis-chain-xdai/" %}
28+
[gnosis-chain-xdai](gnosis-chain-xdai/)
2929
{% endcontent-ref %}
3030

31-
{% content-ref url="Optimism/" %}
32-
[Optimism](Optimism/)
31+
{% content-ref url="optimism/" %}
32+
[optimism](optimism/)
3333
{% endcontent-ref %}
3434

35-
{% content-ref url="Polygon/" %}
36-
[Polygon](Polygon/)
35+
{% content-ref url="polygon/" %}
36+
[polygon](polygon/)
3737
{% endcontent-ref %}
38-

dune-engine-v2-beta/query-engine.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ On a very high level, databases read data from storage into memory in order to r
4646

4747
Databases store their data in pages. Pages traditionally contain rows of information. Multiple pages will make up one datafile. A table in a database will sometimes consist of multiple datafiles.
4848

49-
![row oriented database (Postgres)](<../.gitbook/assets/row based database (2).png>)
49+
![row oriented database (Postgres)](<../.gitbook/assets/image (84).png>)
5050

5151
When retrieving data from the database, the database will read data into memory/cache in the size of pages. This is the smallest amount of data the database will read at once and is a common bottleneck while reading data from any database. After reading the data into memory, the database will either create temporary files or is able to read the data from memory again to finally arrive at the desired query output.
5252

duneapp/dashboards.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can create a new dashboard by navigating to our "Discover" page and clicking
1212

1313
The initial name that you give to your dashboard will also be the url slug. You can't change the url slug afterwards, so be mindful of the name you choose. Changing the dashboards display name is always possible though.
1414

15-
![creating a dashboard](<../.gitbook/assets/2021-11-03 16-59-42 (1) (1).gif>)
15+
![creating a dashboard](<../.gitbook/assets/2021-11-03 16-59-42 (1) (1) (2).gif>)
1616

1717
### Adding Visualizations
1818

duneapp/parameters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Parameters in a Dashboard can be shared between different queries, just make sur
2525

2626
![](<../.gitbook/assets/image (41).png>)
2727

28-
![](<../.gitbook/assets/image (34).png>)
28+
![](<../.gitbook/assets/image (27) (1) (2) (2) (1).png>)
2929

3030
![](<../.gitbook/assets/image (40).png>)
3131

0 commit comments

Comments
 (0)