This repository was archived by the owner on Feb 18, 2025. It is now read-only.
File tree 4 files changed +8
-9
lines changed
4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ hilo-engine.workspace = true
20
20
alloy-primitives.workspace = true
21
21
alloy-rpc-types-engine = { workspace = true , features = [" jwt" ] }
22
22
23
- # op-alloy
24
- op-alloy -genesis.workspace = true
25
- op-alloy -registry.workspace = true
23
+ # maili
24
+ maili -genesis.workspace = true
25
+ maili -registry.workspace = true
26
26
27
27
# Workspace
28
28
url.workspace = true
Original file line number Diff line number Diff line change @@ -14,11 +14,10 @@ the [derivation pipeline][derivation] of the L2 payloads from L1 transactions.
14
14
cargo run --bin node
15
15
```
16
16
17
-
18
17
<!-- Links -->
19
18
20
- [ hilo ] : https://github.com/anton -rs/hilo
21
- [ kona ] : https://github.com/anton -rs/kona
19
+ [ hilo ] : https://github.com/op -rs/hilo
20
+ [ kona ] : https://github.com/op -rs/kona
22
21
[ reth ] : https://github.com/paradigmxyz/reth
23
22
[ exex ] : https://www.paradigm.xyz/2024/05/reth-exex
24
23
[ opstack ] : https://docs.optimism.io/
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ use tracing::debug;
9
9
use url:: Url ;
10
10
11
11
use alloy_rpc_types_engine:: JwtSecret ;
12
- use op_alloy_genesis :: RollupConfig ;
13
- use op_alloy_registry :: ROLLUP_CONFIGS ;
12
+ use maili_genesis :: RollupConfig ;
13
+ use maili_registry :: ROLLUP_CONFIGS ;
14
14
15
15
use hilo_engine:: ValidationMode ;
16
16
use hilo_node:: SyncMode ;
Original file line number Diff line number Diff line change 1
1
#![ doc = include_str ! ( "../README.md" ) ]
2
- #![ doc( issue_tracker_base_url = "https://github.com/anton -rs/hilo/issues/" ) ]
2
+ #![ doc( issue_tracker_base_url = "https://github.com/op -rs/hilo/issues/" ) ]
3
3
#![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg) ) ]
4
4
#![ cfg_attr( not( test) , warn( unused_crate_dependencies) ) ]
5
5
You can’t perform that action at this time.
0 commit comments