Skip to content

Commit ce948d3

Browse files
8.0 interface update (#1036)
1 parent 1f2911a commit ce948d3

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].
66

7-
## [8.0.0b1] - 2024-06-18
7+
## [8.0.0b1] - 2024-06-19
88

99
### Added
1010

docs/0.quickstart-evm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A modern Linux/macOS distribution with Python 3.12 installed is required to run
1818
The easiest way to install DipDup as a CLI application [pipx](https://pipx.pypa.io/stable/). We have a convenient wrapper script that installs DipDup for the current user. Run the following command in your terminal:
1919

2020
```shell [Terminal]
21-
curl -Lsf https://dipdup.io/install.py | python3.12
21+
curl -Lsf https://dev.dipdup.io/install.py | python3.12
2222
```
2323

2424
See the [Installation](https://dipdup.io/docs/installation) page for all options.

docs/0.quickstart-starknet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A modern Linux/macOS distribution with Python 3.12 installed is required to run
1818
The easiest way to install DipDup as a CLI application [pipx](https://pipx.pypa.io/stable/). We have a convenient wrapper script that installs DipDup for the current user. Run the following command in your terminal:
1919

2020
```shell [Terminal]
21-
curl -Lsf https://dipdup.io/install.py | python3.12
21+
curl -Lsf https://dev.dipdup.io/install.py | python3.12
2222
```
2323

2424
See the [Installation](https://dipdup.io/docs/installation) page for all options.

docs/0.quickstart-tezos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A modern Linux/macOS distribution with Python 3.12 installed is required to run
1818
The easiest way to install DipDup as a CLI application [pipx](https://pipx.pypa.io/stable/). We have a convenient wrapper script that installs DipDup for the current user. Run the following command in your terminal:
1919

2020
```shell [Terminal]
21-
curl -Lsf https://dipdup.io/install.py | python3.12
21+
curl -Lsf https://dev.dipdup.io/install.py | python3.12
2222
```
2323

2424
See the [Installation](https://dipdup.io/docs/installation) page for all options.

docs/1.getting-started/1.installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ Minimum hardware requirements are 256 MB RAM, 1 CPU core, and some disk space fo
2020
The easiest way to install DipDup is to use our interactive installer script. It will ask you a few questions and install DipDup with all dependencies. Run the following command in your terminal:
2121

2222
```shell [Terminal]
23-
curl -Lsf https://dipdup.io/install.py | python3.12
23+
curl -Lsf https://dev.dipdup.io/install.py | python3.12
2424
```
2525

2626
That's it! DipDup is installed as a CLI application and is available everywhere in a system. Now you can run `dipdup new` to spawn a new project from lots of ready-to-use templates and proceed to the next section: [Core concepts](2.core-concepts.md)
2727

28-
This script performs some basic checks, installs pipx for the current user, and then installs DipDup with pipx. But it's always better to read the code before running it. To do so, `curl -Lsf https://dipdup.io/install.py | tee /tmp/install.py`, review the script, then run it with `python3 /tmp/install.py` to proceed.
28+
This script performs some basic checks, installs pipx for the current user, and then installs DipDup with pipx. But it's always better to read the code before running it. To do so, `curl -Lsf https://dev.dipdup.io/install.py | tee /tmp/install.py`, review the script, then run it with `python3 /tmp/install.py` to proceed.
2929

3030
### As a library
3131

docs/10.supported-networks/0.overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Overview"
2+
title: "Overview"
33
description: "DipDup can index any EVM-compatible network as long as there's enough historical data. This page contains a list of supported networks and instructions on how to configure your indexer for them."
44
network: "ethereum"
55
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
navigation.title: "Supported Networks"
2-
navigation.icon: "zap"
2+
navigation.icon: "link"
33
navigation.subdir: true
44
navigation.pin: true
55
navigation.network: "ethereum"

0 commit comments

Comments
 (0)