Skip to content

Commit

Permalink
deploy: f142b0e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Jan 8, 2025
1 parent 1949f4a commit ed068a5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ <h2 id="constructing-a-derivation-pipeline"><a class="header" href="#constructin
the <a href="https://docs.rs/kona-derive/latest/kona_derive/pipeline/struct.PipelineBuilder.html"><code>PipelineBuilder</code></a> to instantiate a <a href="https://docs.rs/kona-derive/latest/kona_derive/pipeline/struct.DerivationPipeline.html"><code>DerivationPipeline</code></a>.</p>
<pre><code class="language-rust ignore">// Imports
use std::sync::Arc;
use op_alloy_protocol::BlockInfo;
use maili_protocol::BlockInfo;
use op_alloy_genesis::RollupConfig;
use hilo_providers_alloy::*;

Expand Down Expand Up @@ -1048,7 +1048,7 @@ <h2 id="implementing-a-custom-data-availability-provider"><a class="header" href
</span><span class="boring">fn main() {
</span>use async_trait::async_trait;
use alloy_primitives::Bytes;
use op_alloy_protocol::BlockInfo;
use maili_protocol::BlockInfo;
use kona_derive::traits::DataAvailabilityProvider;
use kona_derive::errors::PipelineResult;

Expand Down
2 changes: 1 addition & 1 deletion sdk/pipeline/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ <h2 id="constructing-a-derivation-pipeline"><a class="header" href="#constructin
the <a href="https://docs.rs/kona-derive/latest/kona_derive/pipeline/struct.PipelineBuilder.html"><code>PipelineBuilder</code></a> to instantiate a <a href="https://docs.rs/kona-derive/latest/kona_derive/pipeline/struct.DerivationPipeline.html"><code>DerivationPipeline</code></a>.</p>
<pre><code class="language-rust ignore">// Imports
use std::sync::Arc;
use op_alloy_protocol::BlockInfo;
use maili_protocol::BlockInfo;
use op_alloy_genesis::RollupConfig;
use hilo_providers_alloy::*;

Expand Down
2 changes: 1 addition & 1 deletion sdk/pipeline/providers.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ <h2 id="implementing-a-custom-data-availability-provider"><a class="header" href
</span><span class="boring">fn main() {
</span>use async_trait::async_trait;
use alloy_primitives::Bytes;
use op_alloy_protocol::BlockInfo;
use maili_protocol::BlockInfo;
use kona_derive::traits::DataAvailabilityProvider;
use kona_derive::errors::PipelineResult;

Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit ed068a5

Please sign in to comment.