From 72dc252254cccd158bed52aa9671d2e8b410a240 Mon Sep 17 00:00:00 2001 From: Saihajpreet Singh Date: Thu, 29 Feb 2024 12:44:54 -0500 Subject: [PATCH] fix: OP Stack spec links --- fork.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fork.yaml b/fork.yaml index 81b979e303..bf4bbe832c 100644 --- a/fork.yaml +++ b/fork.yaml @@ -21,10 +21,10 @@ def: - [`op-node`](https://github.com/ethereum-optimism/optimism/tree/develop/op-node) implements most rollup-specific functionality as Consensus-Layer, similar to a L1 beacon-node. - [`op-geth`](https://github.com/ethereum-optimism/op-geth) implements the Execution-Layer, with **minimal changes** for a secure Ethereum-equivalent application environment. - Related [op-stack specifications](https://github.com/ethereum-optimism/optimism/tree/develop/specs): + Related [op-stack specifications](https://github.com/ethereum-optimism/specs/tree/main/specs): - - [L2 Execution Engine spec](https://github.com/ethereum-optimism/optimism/blob/develop/specs/exec-engine.md) - - [Deposit Transaction spec](https://github.com/ethereum-optimism/optimism/blob/develop/specs/deposits.md) + - [L2 Execution Engine spec](https://github.com/ethereum-optimism/specs/blob/main/specs/protocol/exec-engine.md) + - [Deposit Transaction spec](https://github.com/ethereum-optimism/specs/blob/main/specs/protocol/deposits.md) sub: - title: "Core modifications" sub: @@ -35,7 +35,7 @@ def: description: | The Bedrock upgrade introduces a `Deposit` transaction-type (`0x7E`) to enable both users and the rollup system itself to change the L2 state based on L1 events and system rules as - [specified](https://github.com/ethereum-optimism/optimism/blob/develop/specs/deposits.md). + [specified](https://github.com/ethereum-optimism/specs/blob/main/specs/protocol/deposits.md#the-deposited-transaction-type). globs: - "core/types/deposit_tx.go" - "core/types/transaction_marshalling.go" @@ -96,7 +96,7 @@ def: description: | The Engine API is extended to insert transactions into the block and optionally exclude the tx-pool, to reproduce the exact block of the sequencer from just the inputs, as derived from L1 by the rollup-node. - See [L2 execution engine specs](https://github.com/ethereum-optimism/optimism/blob/develop/specs/exec-engine.md). + See [L2 execution engine specs](https://github.com/ethereum-optimism/specs/blob/main/specs/protocol/exec-engine.md). globs: - "beacon/engine/types.go" - "beacon/engine/gen_blockparams.go"