Skip to content

Commit

Permalink
Merge branch 'next' into Dogechain
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Dec 5, 2024
2 parents e8af8e6 + ac961af commit 7176d47
Show file tree
Hide file tree
Showing 47 changed files with 119 additions and 122 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Explorers: [Dogechain](https://dogechain.info/), [Blockscout](https://explorer.d
| -----------------:|:------------- | ---------------------------------------------------------- |
| **evm.subsquid** | 🤔 not tested | `https://v2.archive.subsquid.io/network/dogechain-testnet` |
| **abi.etherscan** | 🤔 not tested | `https://explorer.dogechain.dog/api` |
| **evm.node** | 🤔 not tested | `https://rpc.dogechain.dog` |
| **evm.node** | 🤔 not tested | `https://rpc.dogechain.dog` |
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,19 @@ description: "Etherlink network support"

{{ #include 10.supported-networks/_intro.md }}

### Etherlink Mainnet

Explorer: [Blockscout](https://explorer.etherlink.com/)

| datasource | status | URLs |
| -----------------:|:------------- | ---------------------------------------------------------- |
| **evm.subsquid** | 🤔 not tested | `https://v2.archive.subsquid.io/network/etherlink-mainnet` |
| **abi.etherscan** | 🤔 not tested | `https://testnet-explorer.etherlink.com/api` |
| **evm.node** | 🤔 not tested | `https://node.mainnet.etherlink.com` |

### Etherlink Testnet

Explorer: [Blockscout](https://testnet-explorer.etherlink.com/)
Explorer: [Blockscout](https://testnet.explorer.etherlink.com/)

| datasource | status | URLs |
| -----------------:|:------------- | ---------------------------------------------------------- |
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/10.supported-networks/5.berachain.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Explorer: [Beratrail](https://artio.beratrail.io/)

### Berachain bArtio

Explorer: [Beratrail]https://bartio.beratrail.io/)
Explorer: [Beratrail]<https://bartio.beratrail.io/>)

| datasource | status | URLs |
| -----------------:|:------------- | --------------------------------------------------------------------- |
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions docs/10.supported-networks/8.blast.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Explorer: [Blast Explorer](https://blastexplorer.io/)
<sup>¹ ratelimited to 10 RPS</sup>

### Blast Sepolia

| datasource | status | URLs |
| -----------------:|:-------- | ------------------------------------------------------------------------------ |
| **evm.subsquid** | 🤔 not tested | `https://v2.archive.subsquid.io/network/blast-sepolia` |
Expand Down
2 changes: 1 addition & 1 deletion docs/12.faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Don't forget `Extra.ignore` Pydantic hint, otherwise, storage deserialization wi

DipDup provides convenient helpers to process off-chain data like market quotes or IPFS metadata. Follow the tips below to use them most efficiently.

- Do not perform off-chain requests in handers until necessary. Handlers need to be as fast as possible not to block the database transaction. Use hooks instead, enriching indexed data on-demand.
- Do not perform off-chain requests in handlers until necessary. Handlers need to be as fast as possible not to block the database transaction. Use hooks instead, enriching indexed data on-demand.
- Use generic `http` datasource for external APIs instead of plain `aiohttp` requests. It makes available the same features DipDup uses for internal requests: retry with backoff, rate limiting, Prometheus integration etc.
- Database tables that store off-chain data can be marked as immune, to speed up reindexing.

Expand Down
28 changes: 14 additions & 14 deletions docs/7.references/2.config.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/7.references/3.context.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ description: "Context reference"
<dl class="field-list simple">
<dt class="field-odd" style="color: var(--txt-primary);">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>kind</strong> (<em>Literal</em><em>[</em><em>'tezos'</em><em>, </em><em>'evm'</em><em>]</em>) – Either ‘tezos’ or ‘evm’ allowed</p></li>
<li><p><strong>kind</strong> (<em>Literal</em><em>[</em><em>'tezos'</em><em>, </em><em>'evm'</em><em>, </em><em>'starknet'</em><em>]</em>) – Either ‘tezos’ or ‘evm’ or ‘starknet’ allowed</p></li>
<li><p><strong>name</strong> (<em>str</em>) – Contract name</p></li>
<li><p><strong>address</strong> (<em>str</em><em> | </em><em>None</em>) – Contract address</p></li>
<li><p><strong>typename</strong> (<em>str</em><em> | </em><em>None</em>) – Alias for the contract script</p></li>
Expand Down
Loading

0 comments on commit 7176d47

Please sign in to comment.