Skip to content

Commit

Permalink
book removal
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Sep 10, 2024
1 parent 7ff3cd9 commit e510118
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 122 deletions.
1 change: 0 additions & 1 deletion book/deploy/intro.md

This file was deleted.

1 change: 0 additions & 1 deletion book/deploy/op-stack.md

This file was deleted.

65 changes: 0 additions & 65 deletions book/deploy/smart-contract.md

This file was deleted.

54 changes: 0 additions & 54 deletions book/deploy/zk-proposer.md

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/prove/bin/fetch_rollup_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ fn write_l2oo_config_to_zkconfig(config: Value, workspace_root: &PathBuf) -> Res
Ok(())
}

/// Merge the rollup and chain configs.
/// Merge the rollup and chain configs. TODO: Simplify this more, use better types.
fn merge_configs(rollup: &Value, chain: &Value) -> Result<Value> {
let elasticity = chain["optimism"]["eip1559Elasticity"]
.as_u64()
Expand Down

0 comments on commit e510118

Please sign in to comment.